@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------/
	01.format
/--------------------------------------------------------------------*/


/*--------------------------------------------------------------------/
	form
/--------------------------------------------------------------------*/


@media screen and (min-width: 769px)	{

#header	{
	display:block;
	width:100%;
	border-top:2px solid #e7372f;
}

h1#site_title	{
	width:100%;
	text-align:center;
	margin-top:32px;
}

h2	{
	margin:40px auto 0 auto;
	color:#333;
	font-size:22px;
}
.container	{
	margin:25px auto 0 auto;
	text-align:center;
	background-color: #777;
}

ul.form_borderline	{
	width:830px;
	margin:0 auto -0 auto;
	background-color: #fff;
	padding:0;
	text-align:center;
	color:#414380;
	font-weight:bold;
}





ul.form_resist li.borderline	{
	display:block;
	width:710px;
	border:1px solid #999;
}

ul.form_resist	{
	width:830px;
	margin:0 auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	padding:20px 0 20px 0;
}

ul.form_resist li.item	{
	text-align:left;
	padding:10px 0 8px 10px;
	width:190px;
	color:#444;
	font-size:15px;
	border:1px solid #999;
	margin-top:10px;
	margin-left:40px;
}

ul.form_resist li.type	{
	text-align:left;
	width:520px;
	display: flex;
	flex-wrap: wrap;
	margin-top:10px;
	margin-left:30px;
}

ul.form_resist li.submit	{
	text-align:center;
	width:800px;
	margin:20px auto 0 auto;
}

ul.form_resist li.type0	{
	text-align:left;
	width:480px;
	display: flex;
	flex-wrap: wrap;
	text-align:left;
	margin-top:10px;
	margin-left:30px;
}

input[type="text"].type_data	{
	border: 1px solid #999;
	color:#555;
	padding: 5px 20px 7px 0;
	text-align:right;
	font-size:16px;
	width:220px;
}

input[type="text"].type_S	{
	border: 1px solid #999;
	color:#555;
	padding: 5px 0 7px 10px;
	text-align:left;
	font-size:16px;
	width:230px;
}

span.draft	{
	border: 1px solid #999;
	font-size:14px;
	text-align:left;
	width:140px;
	text-align:left;
	margin-top:10px;
	margin-left:50px;
	color:#666;
	padding:10px 0 8px 10px;
	display:inline-block;
}



span.top	{
	border: 1px solid #999;
	font-size:14px;
	text-align:left;
	width:100px;
	text-align:left;
	margin-top:10px;
	margin-left:50px;
	color:#666;
	padding:10px 0 8px 10px;
	display:inline-block;
}

input[type="text"].type_draft	{
	border: 1px solid #999;
	color:#555;
	text-align:left;
	font-size:16px;
	width:20px;
	height:2.2em;
	margin:10px 0 0 10px;
	padding:0 0 0 10px;
}

input[type="text"].type_M	{
	border: 1px solid #999;
	color:#555;
	text-align:left;
	font-size:16px;
	width:120px;
	height:1.6em;
	margin:10px 0 0 10px;
	padding: 3px 0 3px 10px;
}

input[type="text"].type_SS	{
	border: 1px solid #999;
	color:#555;
	padding: 0 0 0 10px;
	text-align:left;
	font-size:14px;
	width:40px;
}

input[type="text"].type_L	{
	border: 1px solid #999;
	color:#555;
	padding: 5px 0 7px 10px;
	text-align:left;
	font-size:16px;
	width:500px;
}

input[type="text"].fake	{
	border: 1px solid #999;
	color:#555;
	padding: 5px 0 7px 10px;
	text-align:left;
	font-size:16px;
	width:230px;
}

input[type="button"]	{
	border: 1px solid #999;
	color:#555;
	padding: 5px 0 5px 10px;
	text-align:left;
	font-size:13px;
	width:260px;
	margin-left:10px;
}

ul.form_resist li.item_button	{
	text-align:left;
	width:200px;
	height:30px;
	border-bottom:1px solid #999;
	margin-top:10px;
	margin-left:40px;
}

input[type="button"].button01	{
	border:none;
	font-size:15px;
	color:#444;
	text-align:left;
	background:none;
	margin:0;
	cursor:pointer;
}

input[type="button"].button01:hover	{
	color:#ff0000;
}

ul.form_resist li.data2	{
	width:780px;
	border:none;
	font-size:15px;
	color:#444;
	text-align:right;
	background:none;
	margin:0;
}

input[type="text"].type_data2	{
	color:#555;
	text-align:right;
	font-size:16px;
	border:none;
	margin-top:10px;
}



















/* 基本のセレクトボックスのカスタマイズ */

.type0	{
	position: relative;
	width: 300px;
}

.type0::after	{
	position: absolute;
	top: 25%; /* 矢印の位置 */
	right: 250px; /* 矢印の位置 */
	width: 11px; /* 矢印の大きさ */
	height: 11px; /* 矢印の大きさ */
	border-top: 3px solid #58504A; /* 矢印の線 */
	border-right: 3px solid #58504A; /* 矢印の線 */
	-webkit-transform: rotate(135deg); /* 矢印の傾き */
	transform: rotate(135deg); /* 矢印の傾き */
	pointer-events: none; /* 矢印部分もクリック可能にする */
	content: ""; 
}

.category	{
	appearance: none; /* デフォルトの矢印を消す */
	padding:6px 0 5px 10px;
	width:243px;
	background-color: #dff0fc;  /* セレクトボックスの背景色 */
	border: 1px solid #999;
	border-radius: 2px;  /* セレクトボックスの四隅の丸み */
	color: #58504A;  /* セレクトボックスの文字色 */
	cursor: pointer;
	font-size:16px;
}

category:focus	{
	outline: none; /* focus 時のデフォルトの枠線を消す */
}

::-ms-expand	{
	display: none;  /* IE 対応( select のデフォルト矢印を消す) */
}

textarea.read	{
	white-space:pre-wrap;
	border:1px solid #999;
	padding:6px 6px 6px 8px;
	width:495px;
	height:3em;
	display:inline-block;
}


textarea.read_L	{
	white-space:pre-wrap;
	border:1px solid #999;
	padding:6px 6px 6px 8px;
	width:495px;
	height:6em;
	display:inline-block;
}




textarea.textarea	{
	white-space:pre-wrap;
	border:1px solid #999;
	padding:6px 6px 6px 8px;
	width:495px;
	height:150px;
	display:inline-block;
}

div.up_img_cover	{
	width:450px;
	margin:40px auto 0 auto;
	text-align:left;
}

p.up_img	{
	margin:15px 0 0 0;
	text-align:left;
	color:#555;
}

p.link_back	{
	margin:150px auto 0 auto;
	text-align:center;
	color:#4142a7;
	font-size:16px;
}

ul.form_resist li.button	{
	text-align:left;
	width:50px;
	display: flex;
	flex-wrap: wrap;
	text-align:left;
	margin-top:10px;
	margin-left:20px;
	border:1px solid #999;
}





}
