/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */


/* ======================= style ====== */
article { padding-top:80px; }


ul.indexList {
	margin:0 auto;
	width:900px;
}

ul.indexList li {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 210px;
}

ul.indexList li:nth-child(3n+0) {
  margin-right: 0 !important;
}

ul.indexList span {
  background: url(../../common/images/index_arrow.gif) left center no-repeat;
  padding-left: 20px;
  width: 190px;
}

ul.indexList li img {
  vertical-align: bottom;
  margin-bottom: 5px;
}









ul.indexList02 {
	overflow:hidden;
}

ul.indexList02 li {
	background:url(../../common/images/index_arrow.gif) left 7px no-repeat;
	float:left;
	margin-right:20px;
	margin-bottom:15px;
}

ul.indexList02 li a {
	display:block;
	min-width:70px;
	padding-left:12px;
	width:auto !important;
	width:115px;
}






/*----*/
#contents .punBox01 {
	overflow:hidden;
	margin-bottom:30px;
}

#contents .punBox02 {
	overflow:hidden;
	margin-bottom:60px;
}


#contents ul.btnList {
	overflow:hidden;
	padding-top:20px;
}

#contents ul.btnList li {
	float:left;
	margin-right:10px;
	width:155px;
}





/* ======================= common ====== */

ul.li01 li {
	list-style: inside none disc;
}

.txt01 {
	color:#0a91cb;
	font-size:1.2rem;
}

dl.dl01 {
	background:none;
	padding:10px 0 0 0;
	margin-bottom:30px;
	width:100%;
}

dl.dl01 dt {
	background:#0a91cb;
	color:#FFFFFF;
	float:none;
	padding:1% 3%;
	margin-bottom:10px;
	width:100%;
}

dl.dl01 dd {
	float:none;
	padding-left:10px;
	margin-bottom:20px;
	width:100%;
}


/*---------------------------------------------------
 float
--------------------------------------------------*/

#contents .img_r{
	float: right;
	margin:0;
	padding:5px 0 0 30px;
}

#contents .img_l{
	float: left;
	margin:0;
	padding:5px 30px 0 0;
}

#contents .img_r02{
	float: right;
	margin:0;
	padding:5px 0 0 10px;
}

#contents .img_l02{
	float: left;
	margin:0;
	padding:5px 10px 0 0;
}

#contents .text_r{
	overflow:hidden;
	margin:0;
}

#contents .text_l{
	overflow:hidden;
	margin:0;
}

#contents .box_l {
	width:360px;
	float:left;
}

#contents .box_r {
	width:360px;
	float:right;
}

.floatBox01 {
	overflow:hidden;
}

.btn {
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border: 1px solid #DDD;
	color:#FFF;
	display:block;
	width:50%;
	padding: 10px 0;
	margin:0 auto;
}

a.btn:hover {
	background: -moz-linear-gradient(top,#006699 0%,#0099CC);
	background: -webkit-gradient(linear, left top, left bottom, from(#006699), to(#0099CC));
	color:#FFF;
}


/*--- compornent--*/
.btm5 { margin-bottom:5px !important; }
.btm10 { margin-bottom:10px !important; }
.btm20 { margin-bottom:20px !important; }
.btm30 { margin-bottom:30px !important; }
.bold { font-weight:bold !important; }
.top5 { padding-top:5px !important; }
.center { text-align:center !important;}
.right { text-align:right !important; }
.rm0 { margin-right:0 !important; }

ul.indexList {
  width: 900px !important;
}

.head4 {
  margin-top: 40px;
}
