@charset "utf-8";

/*----- フォント -----*/
/*
@font-face {
	font-family: "NotoSansCJKjp-Light";
	src: url("/font1/NotoSansCJKjp-Light.eot?") format('eot'),
	url("/font1/NotoSansCJKjp-Light.woff") format('woff');
	font-weight:100;
}
@font-face {
	font-family: "NotoSansCJKjp-Regular";
	src: url("/font1/NotoSansCJKjp-Regular.eot?") format('eot'),
	url("/font1/NotoSansCJKjp-Regular.woff") format('woff');
	font-weight:200;
}

@font-face {
	font-family: "NotoSansCJKjp-Medium";
	src: url("/font1/NotoSansCJKjp-Medium.eot?") format('eot'),
	url("/font1/NotoSansCJKjp-Medium.woff") format('woff');
	font-weight:400;
}
@font-face {
	font-family: "NotoSansCJKjp-Bold";
	src: url("/font1/NotoSansCJKjp-Bold.eot?") format('eot'),
	url("/font1/NotoSansCJKjp-Bold.woff") format('woff');
	font-weight:600;
}*/




/*----- LAYOUT -----*/

body { 
	width: 100%;
	margin-top:0px;
	margin-bottom:1px;
	height:100%;
}
#container {
}
#contents { 
}



img.fit{width: 100%;}


h2 { margin: 0 0 25px; }
/*------------------------
	Header
-------------------------*/
#header {
/*	z-index: 2;*/
	zoom: 1;
	margin: 0;
	padding: 0;
	text-align: left;
	border-bottom: 3px solid #f8ad00;
	}
#header .headline {position: relative;
	height: 35px;
	}

#header .headline_container{
	position: absolute;
	margin: 0px auto; 
	top:0px;
	text-align: right;
	position: relative;
	}
	
#header .headline_container li{
	display: inline-block;
	font-family: 'Abel',Helvetica,Arial,Lucida,sans-serif!important;
	font-size: 14px;
	font-weight: 600;
	margin-left: 4px;
	text-align: center;
}
#header .headline_container li a{
	display: inline-block;
	width: 90px;
	height: 35px;
	background-color: #f8f6ef;
	color: #f8ad00;
	line-height: 35px;
	-webkit-transition: background-color 0.4s, color 0.4s ease-in-out;
	-moz-transition: background-color 0.4s, color 0.4s ease-in-out;
	transition: background-color 0.4s, color 0.4s ease-in-out;
}

#header .headline_container li a:hover{
	background-color: #f8ad00;
	color: #fff;
}
#header .headline_container li a.now{
	background-color: #f8ad00;
	color: #fff;
	cursor:default;
}
#wp-header .headline_container li a:hover,
#header .headline_container li a:hover{

}

#header .headline_container a, #header .headline_container a:visited {	}
#header .headline_container a:hover {text-decoration:none;}

#header .header_container{
	margin: 0 auto 0; 
	width: 960px;
	position: relative;
	height: 116px;
}	
#header .wrap{
}	
#header .wrap.left{
	position: absolute;
	left:0;
	width: 490px;
	text-align: left;
}
#header .wrap.right{
	position: absolute;
	right:0;
	width: 50%;
}

/*logo*/
#header .logo{ 
	position: absolute;
	top:-20px;
	margin: 0;
}
/*submenu1*/
#header .submenu1, #header .submenu4{
	position: absolute;
	height: 30px; 
	width: 680px;
	top:85px;
}
#header .submenu4{font-weight: bold;}
#header .submenu4 a, #header .submenu4 a:visited{color: #414852;}
#header .submenu4 a:hover{color: #f8ad00;text-decoration:none;}
#header .headline_container .sankaku {font-size: 10px; display: inline-block; margin-right: 4px; vertical-align: 10%;}
#header ul.submenu1 li{
	width: 160px;
	display: inline-block;
	border: 2px solid #f8ad00;
	font-size: 1em;
	line-height: 1;
	font-weight: bold;
}

/*submenu2 ボタン3つ*/
#header ul.submenu2{
	position: absolute;
	right:0;
	height: 50px; 
}
#header ul.submenu2 li{
	float: left;
	text-align: center;
	margin-left: 5px;
	line-height: 1.5;
}
#header ul.submenu2 li a{
	width: 100px;
	height: 50px; 
	display: block;
	color: #fff;
}
#header ul.submenu2 li{
	width: 100px;
	height: 50px; 
	display: block;
	color: #fff;
}

#header ul.submenu2 li a:hover{
	background: url("/images/common/pct_white_tri.png") bottom center no-repeat;
	text-decoration:none;
}
#header ul.submenu2 li.box01{
	background: url("/images/common/pct_white_tri.png") bottom center no-repeat;
	background-color: #f8ad00;
}
#header ul.submenu2 li.box02{
	background-color: #a1adb2;

}
#header ul.submenu2 li.box01 a:hover{
	background-color: #ffc76a;
}
#header ul.submenu2 li.box02 a:hover{
	background-color: #26313f;
}
#header ul.submenu2 li div{padding-top: 27px;font-size: 1em;}


/*Yahoo サーチ窓*/

#header #srchBox{
	position: absolute; 
	right: 0; top: 80px; 
	width: 246px;
	height: 40px;
}
#header #srchBox #srchForm input#srchInput{
	margin: 0;padding: 1px 0 1px 2px;
	border: 2px solid #303030;
	width: 242px;
	height: 16px;
}
#header #srchBox #srchForm input#srchBtn{
	position: absolute; 
	right:0;
	width: 22px; height: 22px;
	background :url("/images/common/pct_srchBtn.png") #303030 1px 0px no-repeat;
	border: none;
	text-indent:-9999px;
}


/*submenu3 問い合わせ*/
#header ul.submenu3{
	position: absolute;
	top:18px;
	width: 100%;
	height: 57px; 
}
#header ul.submenu3 li.box1{
	margin-left: 15px;
	float: left;
}
#header ul.submenu3 li.box2{
	float: left;
}
#header ul.submenu3 li.box3{
	float: right;
}

#toggle-comment{
	display: none;
}
/*
body#home #toggle-comment{
	display: block;
	position: relative;
	padding: 1em;
	background-color: #ffefd4;
}
body#home #toggle-comment div{
	position: relative;
	margin: 0 auto; 
	width: 960px;
	font-size: 1em;
}
body#home #toggle-comment h1{
	font-weight: bold;
	font-size: 1.25em;
	margin-bottom: 8px;
}
body#home #toggle-comment #close{
	 position: absolute;
	right: 5px;
	top: 0px;
}
*/
/*------------------------
	page-top
-------------------------*/
#page-top {
	position: fixed;
	bottom: 13px;
	right: 20px;
	font-size: 77%;
	z-index: 10001;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
	display: block;
}

/*------------------------
	sitemap
-------------------------*/
#sitemap {
	text-align: left;
	clear: both;
	width: 100%;
	border: 1px solid #ddd;
	font-size: 10px;
	margin-bottom: 0px;
	line-height: 1.5;
	background-color: #ababab;
	color: #fff;
}
#sitemap p {padding-bottom: 2px;}
.sitemap-container{
	height: 750px;
	margin: 25px auto 25px;
	width: 960px;
}
.sitemap-container div{margin-bottom: 30px;}
#sitemap .r1{font-size: 1.25em;}
#sitemap .r3{margin-top: 8px;font-size: 1.05em;}
#sitemap .r2{margin-top: 8px;margin-left: 1em;}
#sitemap .r4{margin-left: 0.5em;}
#sitemap .ya{margin-left: 0.5em;}




#sitemap a, #sitemap a:link, #sitemap a:visited {padding: 2px; text-decoration:none; color: #fff !important;}
#sitemap a:hover{background-color: #666;}
#sitemap .column{
	float: left;
	min-width: 200px;
	margin-right: 10px;
}
#sitemap .column-r{
	float: right;
}

#sitemap .right_column{
	float: right;
}
#sitemap p, #sitemap p a, #sitemap p a:link, #sitemap p a:visited {text-decoration:none; color: #fff !important;
}



/*info960*/
.info960{
	margin: 0 auto;
	width: 960px;
	clear: both;
	height: 130px;
	background :url("/images/common/info/img_info960_back.gif") no-repeat;
	position: relative;
}
.info960 .telnumber{
	position: absolute;
	top: 56px;
	left: 277px;
	width: 293px;
	height: 34px;
}
.info960 .ingury{
	position: absolute;
	top: 56px;
	left: 645px;
	width: 225px;
	height: 40px;
}

/*inqmini200*/
.inqmini200{
	width: 198px;
	background-color: #fff;
	padding: 8px 0px 5px 2px;
}

.inqmini200_inner p{
	text-align: center;
	margin-bottom: 6px;
}













/*----- 問い合わせ ヘッダー部 -----*/
#header div.wrap div.contact { 
	position: absolute; left: 584px; top: 6px;
	font-size: 1px;
	width: 316px;
	height: 58px;
	background: url(/images/common/bg_contact_header.gif) no-repeat; 
}
#header div.wrap div.contact p.logo { position: absolute; left: 0; top: 2px; }
#header div.wrap div.contact p.text { text-indent: -9999px; }
#header div.wrap div.contact p.telnum{position: absolute; left: 0; top: 14px;width: 220px;height: 44px;}
#header div.wrap div.contact p.button a { 
	position: absolute; left: 223px; top: 31px;
	display: block; height: 28px; width: 90px;
	background: url(/images/common/btn_inquiry_header.gif) no-repeat; 
	text-indent: -9999px;
}
#header div.wrap div.contact p.button a:hover { background-position: left bottom; } 



/*#header #subMenu li a { 
	position: absolute; top: 0;
	display: block; height: 10px; 
	background: url(/images/common/menu_sub.gif) no-repeat;
	text-indent: -9999px;
}

#header #subMenu li.item01 a { width: 96px; left: 0; }
#header #subMenu li.item02 a { width: 63px; left: 106px; background-position: -106px 0; }
#header #subMenu li.item03 a { width: 53px; left: 181px; background-position: -181px 0; }


#header #subMenu li.item01 a:hover { background-position: 0 -10px; }
#header #subMenu li.item02 a:hover { background-position: -106px -10px; }
#header #subMenu li.item03 a:hover { background-position: -181px -10px; }
*/

#altContent { text-align: center; }

/*クリア*/
* html .clearfix, * html .clearfix10, * html .clearfix20, * html .clearfix25, * html .clearfix30, .clearfix50 {
	zoom: 1;
	}


.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.clearfix10:after {
	height: 10px;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.clearfix20:after {
	height: 20px;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.clearfix25:after {
	height: 25px;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.clearfix30:after {
	height: 30px;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.clearfix50:after {
	height: 50px;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


/*----- 「近日公開」用 -----*/

p.comingsoon { text-align: left; padding: 0 0 200px; }


/*add css*/
.h40{
	margin-top: 40px;
	clear: both;
	line-height: 40px;
	}
.mt50 {margin-top: 50px !important;}
.mt10 {margin-top: 10px !important;}
.mt0 {margin-top: 0px !important;}
.mb0 {margin-bottom: 0px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb8 {margin-bottom: 8px;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb80 {margin-bottom: 80px !important;}
.pb40{padding-bottom: 40px !important;}
.mr5 {margin-right: 5px !important;}
.mr8 {margin-right: 8px !important;}
.mr20 {margin-right: 20px !important;}
.ml20, .ml20px {margin-left: 20px !important;}
.ml30, ml30px{margin-left: 30px;}


.f-left{float: left !important;}
.f-right{float: right !important;}
.half{width: 48%;}
.clear{clear: both;}
.right{text-align: right;}
.f110{font-size: 110%;}
.f120{font-size: 120%;}
.f130{font-size: 130%;}
.f140{font-size: 140%;}
.f70{font-size: 70%;}
.f80{font-size: 80%;}
.f85{font-size: 85%;}
.f90{font-size: 90%;}
.ft12{font-size: 12px;}
.ft16{font-size: 16px;}
.ft18{font-size: 18px;}

.orange {color: #f8ad3a;}
.red {color: #FF0000;}
strong {font-weight: Bold;}
span.normal {font-weight: 100;}
span.new {font-weight: 700 !important; color: #ff0000;}
hr {border-top: 2px solid #f29600; margin: 25px 0 40px; clear: both;}
hr.gray {border: 1px solid #dedede; margin: 25px 0 40px; clear: both;}
hr.dot {border: thin dotted #dedede; margin: 20px 0 20px; clear: both;}
.w50{width: 48%;}
.w150{width: 150px;}
.w350{	width: 350px;}
.w400{	width: 400px;}
.w450{	width: 450px;}
.w500{	width: 500px;}
.w550{	width: 550px;}

.alpha a:hover img {
	filter: alpha(opacity=70);
	opacity:0.7; -moz-opacity:0.7;
	}
.alpha90 a:hover img {
	filter: alpha(opacity=90);
	opacity:0.9; -moz-opacity:0.9;
	}
.bold{font-weight: Bold;}
.border,.boader{border: 1px solid #cdcdcd;}
.no-display{visibility: hidden;}
/* ドロップシャドウ */
.shadow {
	box-shadow: 1px 1px 4px #ccc; /*CSS3*/
	-moz-box-shadow: 1px 1px 4px #ccc; /* Firefox用*/
	-webkit-box-shadow: 0px 0px 4px #ccc; /* Google Chrome, Safari用*/
}
.caption{
	text-align: right;
	margin: 10px 0 20px;
	font-size: 10px;
	color: #F7952B;
}
.centering{
	text-align: center;
}
.t-left{
	text-align: left;
}
.t-right{
	text-align: right;
}
/*ページトップへ*/
p.anchor { 
	clear: both; 
	margin: 10px 0 25px 0;
	padding-top: 10px;
	border-top: 1px dotted #f8ad3a;
	height: 25px; }
p.anchor a {
	display: block; height: 14px; width: 104px; margin: 0 0 0 auto;
	background: url(/images/common/btn_anchor.gif) no-repeat;
	text-indent: -9999px; font-size: 1px;
}
p.anchor.no-line { 
	border: none;
	padding-top: 0px;
}
p.anchor a:hover { background-position: 0 -14px; 
}

p.anchor+#sitemap {margin-top: 30px;}

/*詳しくはこちら▲*/
.here{
    padding-left: 11px;
    background: url(/images/img_top/icn_list.gif) 0 5px no-repeat;
}



/*詳しくはこちら2014*/
.more a {/*right*/
	display: block; height: 16px; width: 120px; margin: 0 0 0 auto;
	background: url(/images/common/pct_more.gif) no-repeat;
	text-indent: -9999px; font-size: 1px;
}
.more_c a {/*center*/
	display: block; height: 16px; width: 120px; margin: 0 auto 0 auto;
	background: url(/images/common/pct_more.gif) no-repeat;
	text-indent: -9999px; font-size: 1px;
}
.more_l a {/*left*/
	display: block; height: 16px; width: 120px; margin: 0 auto 0 0;
	background: url(/images/common/pct_more.gif) no-repeat;
	text-indent: -9999px; font-size: 1px;
}

.more a:hover, .more_c a:hover, .more_l a:hover { background-position: 0 -16px; 
}

/*----- 問い合わせ2 下部 960px  -----*/
div.contact2 { 
	clear: both;
	position: relative;
	font-size: 1px;
	width: 960px;
	height: 181px;
	background: url(/images/common/bg_contact900_footer.gif) center top no-repeat; 
}
div.contact2 p.text { text-indent: -9999px; }
div.contact2 p.telnum{position: absolute; left: 180px ; top: 98px; width: 350px;height: 60px;}
div.contact2 p.button a { /*TEL movile*/
	position:absolute; left: 597px; top: 99px;
	display: block; height: 30px; width: 261px;
	background: url(/images/common/btn_inquiry900_footer.gif) no-repeat; 
	text-indent: -9999px;
}
div.contact2 p.button a:hover { background-position: left -30px; } 
#home div.contact2 { 
	margin-top: 0px;
}


/*----- 問い合わせ1 656px  -----*/
div.contact1 { 
	clear: both;
	position: relative;
	font-size: 1px;
	width: 656px;
	height: 170px;
	background: url(/images/common/bg_contact_footer.gif) center top no-repeat; 
}
div.contact1 p.text { text-indent: -9999px; }
div.contact1 p.telnum{position: absolute; left: 140px ; top: 45px; width: 290px;height: 55px;}
div.contact1 p.button a { 
	position:absolute; left: 444px; top: 45px;
	display: block; height: 28px; width: 191px;
	margin-bottom:25px;
	background: url(/images/common/btn_inquiry_footer.gif) no-repeat; 
	text-indent: -9999px;
}
div.contact1 p.button a:hover { background-position: left bottom; } 


/*-- 問い合わせ 左部 inquiryBox --*/
#inquiryBox{
	margin: 10px 0 12px 0;
	float: right;
	width: 210px;
	background: url(/images/img_top/bg_contact_side.gif) no-repeat;
	height: 148px;
	position: relative;
}
#inquiryBox p.telnum{
	position: absolute;
	left: 10px ;
	top: 45px;
	width: 195px;height: 55px;}
#inquiryBox div.image a {
	display: block;
	width: 191px;
	height: 28px;
	background: url(/images/img_top/btn_inquiry_side.gif) no-repeat;
	text-indent: -9999px;
	font-size: 1px;
	position: absolute;
	top: 107px;
	left: 14px;
}
#inquiryBox div.image a:hover { background-position: left bottom; }
#inquiryBox p.text { margin: 12px 0; }
#inquiryBox div.image p.text { margin: 0; }




/*リンクヘッド*/
p.pic_a{
	font-size: 12px;
	padding: 0 0 0 12px;
}

span.pic_a{padding-left: 12px;}
p.pic_a, span.pic_a {
	background: url(/images/common/pct_tri_or10ri.gif) no-repeat 0 .3em;
}
p.pic_a a, span.pic_a a{
	text-decoration:none;
}
p.pic_a a:hover, span.pic_a:hover{
	text-decoration:underline;
	color: #06c;
}
p.pic_a.last{
	margin-bottom: 30px;
}

/*イメージの囲み*/
img.border{
	border: 1px solid #cdcdcd;
}
img.f-right{
	padding-left: 12px;
}

#main_area .text p{
	margin-bottom: 5px;}
img .f-right{
	margin-left: 10px;
}

/*#main_area li{
	margin-left: 1.5em;
}*/
#main_area ul.anchor_menu li{
	font-size: 1.1em;
	display: block;
	float: left;
	margin-left: 0;
	list-style: none;
	width: 157px;
	margin-right: 7px;
	padding: 3px 0 1px 0;
	text-align: center;
	font-weight: bold;
	border: 1px solid #333;
	background-color: #F9F9F9;
}
#download #main_area ul.anchor_menu li{
	line-height: 1.2;
}
#download #main_area ul.anchor_menu li.line1{
	padding-top: 11px;
	padding-bottom: 8px;
}
#main_area ul.anchor_menu li a:link, ul.anchor_menu li a:visited{
	text-decoration:none;
}
#main_area ul.anchor_menu li.last2{
	margin-right: 0%;
}
#main_area ul.anchor_menu li.last{
	margin-right: 0%;
	float: right;
}
#main_area ul.anchor_menu li a:hover{
	color: #06c;
	text-decoration:underline;
}
#main_area ul.anchor_menu{
	margin: 20px 0 20px;
}


/*Yahooカスタムサーチ*/


#contents .inner_search{
	position: absolute;
	margin: 10px auto;
	top:0;
	left:650px;
	width: 450px;
	height: 50px;
	z-index:999;
	background-color: #DCFFFF;
}
#contents #srchBox{
	position: relative;
	width: 960px;
	color:#000;
}
#contents #srchBox *{
	line-height: 1;
	margin:0;
	padding-bottom:2px;
	font-size:13px;
	*font-size:small;
	*font:x-small;
}
#contents #srchBox a img{
	border:none;
}
#srchBox #srch{
}
#srchBox #srch #srchForm{
	height: 24px;
	white-space:nowrap;
}
#srchBox #srchInput{
	height: 24px;
	width:155px;
	margin-right:5px;
	vertical-align:center;
}
#srchBox #srchBtn{
	width:50px;
}
*html #srchBox #srchBtn{
}
*:first-child+html #srchBox #srchBtn{
	padding-top:0px;
}
#srchBox ul{
	margin-top:6px;
	text-align:left;
}
#srchBox li{
	list-style-type:none;
	display:inline;
	zoom:1;
	padding-right:10px;
}
#srchBox li input{
	zoom:1;
	margin-right:2px;
	_margin:-4px 0 -4px -4px;
	vertical-align:middle;
	border:0;
}
*:+html #srchBox li input{
	margin:-4px 0 -4px -4px;
}
#srchBox #srchLogo{
	margin:6px 6px 6px 0;
	text-align:right;
}
#srchBox #srchLogo a{
	color:#666666;
	text-decoration:none;
	font-size:85%;
}
#srchBox #srchLogo a:hover{
	text-decoration:underline;
}
#srchBox.watermark{
	padding-bottom: 6px;
}
#srchBox.watermark #srchInput{
	padding:2px 1px 2px 1px;
	border:1px solid #a5acb2;
/*	background: #fff url(http://i.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat;*/
}
#srchBox.watermark #srchInput.nomark{
}
#srchBox.watermark #srchLogo{
	display: none;
}




.readmore{
	float: right;
	background: url("/images/common/img_more_back.gif") top left no-repeat;
	line-height: 1em;
	display: block;
	padding: 4px 4px 6px 12px;
}
.readmore a{
	text-decoration:none;
	color: #242424;
}
.readmore a:hover{
	text-decoration:none;
	color: #f8ad3a;
}

/*●つき*/

.circle14 {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #f8ad00;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-o-border-radius: 14px;
	-ms-border-radius: 14px; 
	border-radius: 14px;
	vertical-align: middle;
	margin: 0px 5px 2px 2px;
}
.circle12 {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #f8ad00;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-o-border-radius: 12px;
	-ms-border-radius: 12px; 
	border-radius: 12px;
	vertical-align: middle;
	margin: 0px 5px 2px 2px;
}
.circle11 {
	display: inline-block;
	width: 11px;
	height: 11px;
	background: #f8ad00;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	-o-border-radius: 11px;
	-ms-border-radius: 11px; 
	border-radius: 11px;
	vertical-align: middle;
	margin: 0px 2px 2px 2px;
}

.circle10 {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #f8ad00;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px; 
	border-radius: 10px;
	vertical-align: middle;
	margin: 0px 5px 2px 2px;
}
.circle12 {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #f8ad00;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-o-border-radius: 12px;
	-ms-border-radius: 12px; 
	border-radius: 12px;
	vertical-align: middle;
	margin: 0px 3px 2px 2px;
}
.circle8 {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #f8ad00;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px; 
	border-radius: 8px;
	vertical-align: middle;
	margin: 0px 5px 2px 2px;
}
.circle5 {
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #f8ad00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px; 
	border-radius: 5px;
	vertical-align: middle;
	margin: 0px 5px 2px 2px;
}
.circle5gray {
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #aaa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px; 
	border-radius: 5px;
	vertical-align: middle;
	margin: 0px 5px 2px 2px;
}
/*▼つき*/
.triangle11under {
	background: url("/images/common/pct_tri_or11und.gif") 0 2px no-repeat;	
	padding-left: 1.1em;
}
.triangle10 {
	background: url("/images/common/pct_tri_or10ri.png") 0 3px no-repeat;	
	padding-left: 0.9em;
}
.triangle9 {
	background: url("/images/common/pct_tri_or9ri.png") 0 5px no-repeat;	
	padding-left: 0.9em;
}
.triangle8 {
	background: url("/images/common/pct_tri_or8ri.png") 0 3px no-repeat;	
	padding-left: 0.8em;
}
.triangle8wh {
	background: url("/images/common/triangle8wh.png") 0 0.2em no-repeat;	
	padding-left: 0.95em;
}

.triangle7 {
	background: url("/images/common/pct_tri_or7ri.gif") 0 3px no-repeat;	
	padding-left: 0.7em;
}
.triangle6gr {
	background: url("/images/common/pct_tri_gr6ri.png") 0 3px no-repeat;	
	padding-left: 0.6em;
}
.white5 {
	text-indent:1.2em;
}
#header .submenu4 .triangle8{background-position: 0 4px;}
