﻿@charset "utf-8";

/* ===================================================================
	Author: aki
=================================================================== */

#cbox1 {
	padding:0 0 0 2px;
	position:relative;
}
#cbox1 p#cam{
	position:absolute;
	top:17px;
	/*left:693px;*/
	left:667px;
}
#cbox1 + p{
display: flex;
justify-content: space-between;
}

#cbox2{
	padding:15px 0 0 4px;
}

#cbox2 .cbox-inner{
	padding:25px 0 0 0;
}

#cbox2 .rbox{
	float:left;
	padding:0 14px 0 0;
}

#cbox2 .rbox.mlast{
	float:left;
	padding:0 0px 0 0;
}


#cbox2 .rbox-inner{
	
}

#cbox2 .rbox dl{
	width:314px;
	background:url(../img/top/cbak.gif) left top repeat-y;
	min-height:1px;
	_height:1px;
}

#cbox2 .rbox dt{
	
}

#cbox2 .rbox dd.btn{
	height:20px;
	overflow:hidden;
}

#cbox2 .rbox dd.ctext{
	padding:5px 16px 0px 16px;
	min-height:130px;
	_height:130px;
}


#cbox3{
	padding:30px 0 0 10px;
}


#cbox3 .rbox{
	width:958px;
	background:url(../img/top/fmdl.gif) left top repeat-y;
	min-height:1px;
	_height:1px;
}

#cbox3 .rbox-inner{
	background:url(../img/top/fbtm.gif) left bottom no-repeat;
	min-height:1px;
	_height:1px;
	padding:0px 10px 0px 10px;
}

#cbox3 .rbox dl{
	border:1px dashed #0071b4;
	border-width:0 0 1px 0;
	padding:10px 10px;
	font-size:90%;
	line-height:1.5;
}

#cbox3 .rbox dl.mlast{
	border:none;
}

#cbox3 .rbox dt{
	color:#e778eb;
	float:left;
	width:92px;
}

#cbox3 .rbox dd{
	color:#0071b4;
	float:left;
	width:240px;
	font-weight:bold;
}

#cbox3 .rbox .ctext{
	color:#333333;
	float:right;
	width:555px;
	font-weight:normal;
}


#cbox4{
	padding:20px 0 0 10px;
}

#cbox4 ul{
	
}

#cbox4 li{
	float:left;
}


#cbox5{
	padding:30px 0 0 10px;
}

#cbox5 .rbox{
	width:958px;
}

#cbox5 h2{
	padding:0 0 0 7px;
}

#cbox5 .rbox-inner{
	border:2px solid #00aeef;
	background:white;
	padding:0px 10px 0px 10px;
}




#cbox5 .rbox dl{
	border:1px dashed #0071b4;
	border-width:0 0 1px 0;
	padding:10px 10px;
	font-size:90%;
	line-height:1.5;
}

#cbox5 .rbox dl.mlast{
	border:none;
}

#cbox5 .rbox dt{
	color:#0071b4;
	float:left;
	font-weight:bold;
}

#cbox5 .rbox dd{
}

#cbox5 .rbox .ctext{
	color:#333333;
	float:left;
	padding:0 0 0 10px;
	font-weight:normal;
}




#notice{
	margin:50px 10px 50px 10px;
	border:5px solid #f00;
	background:#fff;
	padding:20px;
	font-size:1.2em;
	line-height:1.7em;
}

#notice h6{
	font-size:1.5em;
	font-weight:bold;
	margin:0 0 20px 0;
}

#notice .dom{
	font-size:1.2em;
	line-height:1.7em;
}

#notice ul{
	margin:10px 0 0 20px;
}

#notice li{
	margin:10px 0 0 0;
	list-style:disc;
}


#notice li a{
	color:#00f;
	text-decoration:underline;
}