@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
Base： モバイルレイアウト
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/



.white_body {
	background: #fff;
	color: #333;
	padding: 10px;
	margin: 10px -10px;
}


/* このサイトについて */
#inquiry {
}

#inquiry .white_body h3 {
	color: #333;
	margin-top: 10px;
}

img.blank {
	width: 12px;
	height: auto;
	vertical-align: -2px;
	margin-left: 5px;
}

#inquiry p {
	margin: 10px 0;
}

#inquiry h4 {
	margin-top: 20px;
}
#inquiry .caution {
	list-style: decimal;
	padding-left: 15px;
	margin-top: 10px;
}

#inquiry .caution li {
	padding: 5px 0;
}

#inquiry .pluginList {
	list-style: none;
}

#inquiry .pluginList li {
	padding: 5px 10px 5px 15px;
	background: url(/images/icon_arrow_circle_red_s.png) no-repeat 0 6px;
	background-size: 12px 12px;
}

#inquiry .pluginList a {
	color: #333;
	font-weight: bold;
}

#inquiry .contactArea a {
	color: #333;
}

#submitarea #submit_btn {
	display: block;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 8px 0;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	width: 100%;
	/* height: 30px; */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #5c5c5c), color-stop(0.51, #5c5c5c), color-stop(0.50, #414141), color-stop(0.00, #414141));
	background: -webkit-linear-gradient(top, #5c5c5c 0%, #5c5c5c 50%, #414141 51%, #414141 100%);
	background: -moz-linear-gradient(top, #5c5c5c 0%, #5c5c5c 50%, #414141 51%, #414141 100%);
	background: -o-linear-gradient(top, #5c5c5c 0%, #5c5c5c 50%, #414141 51%, #414141 100%);
	background: -ms-linear-gradient(top, #5c5c5c 0%, #5c5c5c 50%, #414141 51%, #414141 100%);
	background: linear-gradient(top, #5c5c5c 0%, #5c5c5c 50%, #414141 51%, #414141 100%);
	border: 1px solid #555555;
	border-radius: 4px;
	behavior:url("./PIE.htc");
	cursor: pointer;
}

.ie9 #submitarea #submit_btn,.ie8 #submitarea #submit_btn{
	background-image: url(/news/images/news_detail_list_bg.png);
	background-repeat: repeat-x;
	background-position: left center;
}

#submitarea #btn_wide {
	display: block;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 8px 0;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	width: 100%;
	/* height: 30px; */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #5c5c5c), color-stop(0.51, #5c5c5c), color-stop(0.50, #414141), color-stop(0.00, #414141));
	background: -webkit-linear-gradient(top, #5c5c5c 0%, #5c5c5c 50%, #414141 51%, #414141 100%);
	background: -moz-linear-gradient(top, #5c5c5c 0%, #5c5c5c 50%, #414141 51%, #414141 100%);
	background: -o-linear-gradient(top, #5c5c5c 0%, #5c5c5c 50%, #414141 51%, #414141 100%);
	background: -ms-linear-gradient(top, #5c5c5c 0%, #5c5c5c 50%, #414141 51%, #414141 100%);
	background: linear-gradient(top, #5c5c5c 0%, #5c5c5c 50%, #414141 51%, #414141 100%);
	border: 1px solid #555555;
	border-radius: 4px;
	behavior:url("./PIE.htc");
	cursor: pointer;
}

.ie9 #submitarea #btn_wide,.ie8 #submitarea #btn_wide{
	background-image: url(/news/images/news_detail_list_bg.png);
	background-repeat: repeat-x;
	background-position: left center;
}

.notice a {
	color: #333;
	font-weight: bold;
}
.attention {
	list-style: none;
	margin-top: 10px;
}

.attention li {
	padding-left: 1.9em;
	text-indent: -1.9em;
}

#recruit .attentionArea {
	border: 1px solid #e42f2a;
	padding: 10px 10px 10px 10px;
	color: #e42f2a;
	background: #fad5d4;
	font-weight: bold;
	margin: 0 0 15px 0;
}

#recruit .attentionArea ul {
	list-style: none;
}

.attentionArea span {
	display: block;
	font-size: 12px;
	text-align: center;
	margin: 10px 0;	
}


/* キャンペーンフォーム */
#radioArea {
	margin: 20px 0 30px;
	padding: 15px 15px 5px;
	background-color: #e5e5e5;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	behavior:url("./PIE.htc");
}

#radioArea p {
	font-weight: bold;
	margin-bottom: 15px;
}

#radioArea ul {
	padding-bottom: 10px;
	list-style-type: none;
}

#ageArea {
	text-align: center;
	margin-bottom: 30px;
}

#ageArea p {
	color: #F00;
	font-size: 11px;
}

#ageArea #ageCheck {
	font-size: 16px;
	font-weight: bold;
}

.agree {
	margin-top: 30px;
	padding: 15px 15px 13px;
	border: solid 1px #b5b5b5;
}

.agree p {
	font-weight: bold;
}

.agree input {
	width: auto;
	padding: 0;
}

.agree span {
	font-weight: normal;
	display: block;
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  Media Queries による切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
/* モバイルレイアウト：481px ～ 768px */
@media screen and (min-width: 541px) {


}

/*  タブレットレイアウト；769px～960px */
@media screen and (min-width: 769px) {

.white_body {
	padding: 30px 50px 50px 50px;
	margin: 20px 0 30px 0;
	border-radius: 4px;
}

#recruit .attentionArea {
	border: 3px solid #e42f2a;
	margin: 20px 0 30px 0;
	font-size: 13px;
	font-weight: bold;
}

/* このサイトについて */
#inquiry {
}

#inquiry .white_body h3 {
	color: #333;
	margin-top: 0;
}

img.blank {
	width: 12px;
	height: auto;
	vertical-align: -2px;
	margin-left: 5px;
}

#inquiry p {
	margin: 20px 0;
	line-height: 1.8;
}

#inquiry .caution {
	list-style: decimal;
	margin-top: 20px;
	margin-left: 5px;
	line-height: 1.8;
}

#inquiry .pluginList {
	list-style: none;
	line-height: 1.8;
	margin-top: 20px;
}

#inquiry .pluginList li {
	padding: 10px 0;
}

#inquiry .pluginList li {
	padding: 5px 10px 5px 25px;
	background: url(/images/icon_arrow_circle_red_s.png) no-repeat 0 6px;
	background-size: auto;
	line-height: 1.8;
}

#inquiry .pluginList a {
	color: #333;
}

#inquiry p {
	margin: 20px 0;
}

#inquiry h4 {
	margin-top: 30px;
}

#inquiry .contactArea {
	float: left;
	width: 48%;
}

#inquiry .contactArea:first-child  {
	margin-right: 4%;
}

#submitarea {
	text-align: center;
}

#submitarea #submit_btn {
	display: inline-block;
	text-align: center;
	margin: 20px auto 0px auto;
	padding: 2px 0 0 0;
	font-weight: bold;
	font-size: 14px;
	width: 240px;
	height: 42px;
	color: #fff;
	border: none;
	background: url(/images/submit_btn02.png) no-repeat 0 0;
	cursor: pointer;
}

#submitarea #btn_wide {
	display: inline-block;
	text-align: center;
	margin: 20px auto 0px 20px;
	padding: 2px 0 0 0;
	font-weight: bold;
	font-size: 14px;
	width: 240px;
	height: 42px;
	color: #fff;
	border: none;
	background: url(/images/submit_btn02.png) no-repeat 0 0;
	cursor: pointer;
}

#submitarea #submit_btn:hover {
	border: #e42f2a 1px solid;	
}

#submitarea #btn_wide:hover {
	border: #e42f2a 1px solid;	
	border-radius: 4px;
}

.attentionArea span {
	display: block;
	font-size: 14px;
	text-align: center;
	margin: 10px 0;	
}

.dohan {
	margin: 30px 0;
	border-top: 1px dotted #bfbfbf;
}

.agree span {
	display: inline;
}

}

/*  961px～ */
@media screen and (min-width: 1281px) {



}