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

/*******************************　各ページコンテンツエリアパディング　*/
.padding_box {
	padding-left: 5px;
	padding-right: 5px;
}
.padding_box h2 {
	width: 718px;
	left: -5px;
}
.padding_box h3 {
	left: -5px;
	width: 723px;
}
/********************************　contents body　*/
#contents_body {
	margin-bottom: 20px;
	padding: 0 5px;
}
#contents_body h1 {
	display: none !important;
}
#contents_body h2 {
	margin-top: 30px;
	width: 718px;
	left: -5px;
}
#contents_body h3 {
	left: -5px;
	width: 723px;
}
.kyoukai_image {
	position: relative;
	left: -5px;
	width: 730px;
}
/********************************　free space　*/
.free_space h1 {
	display: none !important;
}
.free_space a:hover {
	background-color: transparent !important;
}
/********************************　table css　*/
.free_space table.howto_table {
	width: 100%;
	border-top: 1px solid #C3D4DC;
	border-left: 1px solid #C3D4DC;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
	margin: 0 auto 10px auto;
}
.free_space table.howto_table th {
	color: white;
	background-color: #C3D4DC;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #C3D4DC;
	padding: 0.3em 1em;
	text-align: center;
}
.free_space table.howto_table td {
	border-right: 1px solid #C3D4DC;
	border-bottom: 1px solid #C3D4DC;
	padding: 0.3em 1em;
}
/********************************　images list css　*/
.free_space .secondColumn_thumarea_wrap {
	width: auto;
	margin: 0 0 15px;
}
.free_space .secondColumn_thumarea_wrap .thumarea_left {
	float: left;
	width: 350px;
}
.free_space .secondColumn_thumarea_wrap .thumarea_right {
	float: right;
	width: 350px;
}
.free_space .secondColumn_thumarea_wrap img {
	float: left;
	padding-right: 10px;
}
.free_space .secondColumn_thumarea_wrap .list_headerimage {
	font-weight: bold;
	margin-bottom: 5px;
}
.free_space .secondColumn_thumarea_wrap dt a:link {
	text-decoration: none;
}
.free_space .secondColumn_thumarea_wrap dd {
	font-size: 90%;
	line-height: 1.5em;
}
/********************************　角丸 css　*/
.rounded-img {
	border-radius: 5px;
}
.rounded-border-img, .free_space .adarea_wrap img {
	border-width: 2px;
	border-color: #ddd;
	border-radius: 5px;
	box-shadow: 0px 0px 3px #bbb;
}
/* rounded image styles */
.rounded01-img {
	display: inline-block;
	border: solid 1px #000;
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}
.rounded01-img2 {
	display: inline-block;
	border-radius: 10px;
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
}
/********************************　講座キャンペーン css　*/
.campaign_review {
	position: relative;
	display: block;
	overflow: hidden;
	width: 350px;
	height: 80px;
	text-indent: -9999px;
	margin: 0;
	background-image: url(../img/howto/campaign_review.png);
	background-position: 0 0;
}
.campaign_review a.btn_review {
	position: absolute;
	bottom: 2px;
	right: 2px;
	overflow: hidden;
	display: block;
	width: 99px;
	height: 24px;
	text-indent: -9999px;
	margin: 20px 4px 0 10px;
	background: url(../img/howto/campaign_review_off.png) 0 0 no-repeat;
}
.campaign_review a.btn_review:hover {
	background: url(../img/howto/campaign_review_on.png) 0 0 no-repeat;
}
/********************************　accordion css　*/
.free_space .accordion .accordion_head {
	cursor: pointer;
}
.free_space .accordion {
	width: 100%;
}
.free_space div.accordion .accordion_head, div.accordion .accordion_body {
	padding: 5px;
}
.free_space div.accordion .accordion_head:hover {
	color: #86A8B9;
	background: #f1f1f1;
}
.free_space #accordion_contents ul, #accordion_contents ul li {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.free_space #accordion_contents ul.accordion, #accordion_contents ul.accordion li {
	width: 500px;
}
.free_space #accordion_contents ul.accordion .accordion_head {
	padding: 5px;
	background: #86A8B9;
	color: #fff;
}
.free_space #accordion_contents ul.accordion .accordion_head:hover {
	background: #c3d4dc;
	color: #FFFFFF;
}
.free_space #accordion_contents ul.accordion ul .accordion_head {
	padding: 3px 5px;
	background: #E7EEF1;
	color: #333333;
}
/********************************　box css　*/
.free_space .grade_box {
	background-image: url(../img/howto/gray_grad.gif);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	padding: 10px;
	margin-top: 20px;
}
.free_space .background_box {
	padding: 10px;
	margin-top: 20px;
}
.free_space .ul_list li {
	float: left;
	margin: 0 10px 10px 0;
}
/********************************　tab css　*/
.free_space ul.tabs {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.free_space ul.tabs li {
	list-style: none;
	padding: 5px 17px;
	background: #E5ECF0;
	color: #86A8B9;
	border: 1px solid #86A8B9;
	border-bottom: 0;
	width: auto;
	font-size: 12px;
	text-align: center;
	display: block;
	float: left;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
}
.free_space .tabarea li.selected {
	background: #86A8B9;
	color: #fff;
	font-weight: bold;
	border-right: 1px solid #86A8B9;
}
.free_space ul.tabs li a, .free_space ul.tabs li a span {
	color: #86A8B9;
	text-decoration: none;
}
.free_space ul.tabs li.selected a, .free_space ul.tabs li.selected a span {
	color: #fff;
	text-decoration: none;
}
.free_space ul.tabs li a:hover, .free_space ul.tabs li a:hover span {
	text-decoration: underline;
	background: none;
	cursor: pointer;
}
.free_space div.content {
	padding: 10px 0;
	border: 1px solid #86A8B9;
	border-width: 1px 0;
	background: #fff;
}
.free_space #content_2, #content_3 {
	display: none;
}
.free_space .thumbarea_wrap {
	margin-left: -13px;
	margin-bottom: 20px;
}
.free_space .thumbarea_wrap img {
	width: 130px;
	margin-left: 13px;
	margin-bottom: 8px;
}
.free_space .thumbarea_wrap a:link, .free_space .thumbarea_wrap a:link span {
	text-decoration: none;
}
.free_space h2 a.more_link {
	top: 5px!important;
}
.free_space h2 a.more_link:hover {
	background-color: #666!important;
	color: #fff;
}
.free_space .cowrap img {
	border: 1px solid #ddd;
}
/********************************　slideShow(clipTOPと同じやつ) css　*/
.free_space .line_box {
	width: 720px;
	height: 210px;
	border-top: none;
	border-radius: 0 0 5px 5px;
}
.free_space #image_area .line_box {
	position: relative;
	background-color: #666;
	padding: 5px;
	border: none;
	border-radius: 5px;
}
.free_space #box_main {
	width: 720px !important;
	height: 180px !important;
	overflow: hidden;
	position: relative;
	background-color: #759caf;
	border-radius: 5px;
}
.free_space #top_images {
	position: absolute;
	left: 0;
	top: 0;
	width: 720px;
	margin: 0;
	padding: 0;
}
.free_space #top_images_n {
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.free_space .top_image {
	float: left;
	display: block;
}
.free_space .bt_change {
	position: absolute;
	bottom: 12px;
	left: 10px;
}
.free_space .bt_change a {
	width: 10px;
	height: 10px;
	display: block;
	background-color: #999;
	margin-right: 8px;
	float: left;
}
.free_space .bt_change a:hover, .free_space .bt_change a.on, .free_space .bt_change a.on:hover {
	background-color: #F8C058 !important;
}
/********************************　slideShow(clipTOPと同じやつ) cssここまで　*/

/*clearfix*/
.free_space .tabarea .tabs:after {
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}
.free_space .tabarea .tabs {
	zoom: 1;
}
/*border*/
.thumb_list_border {
	float: left;
	margin: 0 10px;
	padding-top: 40px;
}
.h2_style_illust {
	height: 24px;
	border-bottom: 1px solid #dea352;
}
