@charset "Shift_JIS";
/**
 :一行説明 "「コンテンツ名」 スタイル設定";
 :作成日 "2015-XX-XX";
*/

/* ↓ここから各コンテンツ用スタイル
   --------------------------------------------- */

#main {
	background: url(../images/common_header_01.jpg) no-repeat center 2px;
}

.inner {
	margin: 0 30px;
}
.section {
	position: relative;
	margin-bottom: 40px;
}

.g_btn a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	text-align: center;
	border-radius: 4px;
}
.g_btn.orange a {
	border: 1px solid #ec7c12;
	background: #ff7800;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff980f), color-stop(100%,#ff7800));
	background: -ms-linear-gradient(top,  #ff980f 0%,#ff7800 100%);
	background: linear-gradient(to bottom,  #ff980f 0%,#ff7800 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff980f', endColorstr='#ff7800',GradientType=0 );
}
.g_btn.orange a:hover {
	padding-top: 1px;
	border: none;
	border-bottom: 1px solid #7ba801;
	background: #92c801;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db901), color-stop(100%,#a1d102));
	background: -ms-linear-gradient(top,  #7db901 0%,#a1d102 100%);
	background: linear-gradient(to bottom,  #7db901 0%,#a1d102 100%);
	background-clip: padding-box;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db901', endColorstr='#a1d102',GradientType=0 );
}
.g_btn.blue a {
	border: 1px solid #00a3e4;
	background: #0099db;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#35b9ee), color-stop(100%,#009adc));
	background: -ms-linear-gradient(top,  #35b9ee 0%,#009adc 100%);
	background: linear-gradient(to bottom,  #35b9ee 0%,#009adc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35b9ee', endColorstr='#009adc',GradientType=0 );

}
.g_btn.blue a:hover {
	padding-top: 1px;
	border: none;
	border-bottom: 1px solid #db6d07;
	background: #ff7800;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6200), color-stop(100%,#ff8900));
	background: -ms-linear-gradient(top,  #ff6200 0%,#ff8900 100%);
	background: linear-gradient(to bottom,  #ff6200 0%,#ff8900 100%);
	background-clip: padding-box;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6200', endColorstr='#ff8900',GradientType=0 );
}
.g_btn.gray a {
	color: #333;
	border: 1px solid #ccc;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
	background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 );
}
.g_btn.gray a:hover {
	padding-top: 1px;
	color: #fff;
	border: none;
	border-bottom: 1px solid #db6d07;
	background: #ff7800;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6200), color-stop(100%,#ff8900));
	background: -ms-linear-gradient(top,  #ff6200 0%,#ff8900 100%);
	background: linear-gradient(to bottom,  #ff6200 0%,#ff8900 100%);
	background-clip: padding-box;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6200', endColorstr='#ff8900',GradientType=0 );
}
.g_btn.running a {
	color: #fff;
	border: 1px solid #73c7eb;
	background: #73c7eb;
}
.g_btn.done a {
	color: #fff;
	border: 1px solid #aeaeae;
	background: #aeaeae;
}
.g_btn.checked a {
	color: #9c9c9c;
	border: 1px solid #ccc;
	background: #e9e9e9;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#fefefe));
	background: -ms-linear-gradient(top,  #e9e9e9 0%,#fefefe 100%);
	background: linear-gradient(to bottom,  #e9e9e9 0%,#fefefe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#fefefe',GradientType=0 );
}
.g_btn.arw span {
	display: inline-block;
	padding-left: 15px;
	background: url(../images/common_arw_02.png) no-repeat left center;
}
.g_btn.checked span {
	display: inline-block;
	padding-left: 15px;
	background: url(../images/common_icn_03.png) no-repeat left center;
}


.colwrap.col2 .colbox {
	float: left;
	width: 380px;
	margin-left: 30px;
}
.colwrap.col2 .colbox:first-child {
	margin-left: 0;
}

.list_num {
	list-style-position: inside;
	list-style-type: decimal;
}


/* ↓メンテナンス追加（2017/09/07）
 *    --------------------------------------------- */
.maintenance {
	margin: 0 10px 20px 10px;
	padding: 0 10px 20px 10px;
}
.maintenance .maintenance_text{
	text-align: center;
}
