@charset "UTF-8";

/*----------------------------------------

	- common
	- pc（1281px〜）
	- pc（1025px〜1280px）
	- tablet（737px〜1024px）
	- sp（〜736px）

-----------------------------------------*/

/*----------------------------------------
	common
-----------------------------------------*/

body {
	background-color: #ffffff;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

#visionalist {
	display: none;
}

/*	link
-----------------------------------------*/

a:link,
a:visited {
	color: #000082;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #000082;
	text-decoration: none;
}

/*	color
-----------------------------------------*/

.company_color01 {
	background-color: #595757;
}

.company_color02 {
	background-color: #bdbcbc;
}

.company_color03 {
	background-color: #8b8a89;
}

.company_color04 {
	background-color: #eeeeee;
}

.comprehensivework_color01 {
	background-color: #080808;
}

.comprehensivework_color02 {
	background-color: #9c9c9c;
}

.comprehensivework_color03 {
	background-color: #525252;
}

.comprehensivework_color04 {
	background-color: #dadada;
}

.specific_color01 {
	background-color: #550a11;
}

.specific_color02 {
	background-color: #bb9da0;
}

.associate_color01 {
	background-color: #fef8c6;
}

.associate_color02 {
	background-color: #fffce8;
}

/*	layout
-----------------------------------------*/

/* IE8対応 */
.ie8 .ie8_none {
	display: none;
}

.noScript {
	padding: 0.5%;
	background-color: #d80c18;
	color: #ffffff;
	text-align:center
}

#wrapper {
}

/*	header
-----------------------------------------*/

#common_gnav01_wrapper {
	width: 100%;
	position: relative;
	z-index: 100;
}

#common_header01 {
	width: 100%;
	background-color: #ffffff;
}

#common_header01 #common_header01_l {
	float: left;
	width: 32%;
	margin-top: 0.8%;
	margin-left: 0.8%;
	margin-bottom: 0.8%;
	background-color: #ffffff;
	line-height: 1.0;
}

#common_header01 #common_header01_r {
	float: right;
	width: 29%;
	margin-top: 0.8%;
	margin-right: 0.4%;
	margin-bottom: 0.8%;
}

#common_header01 #common_header01_r li {
	float: left;
	line-height: 1.0;
}

#common_header01 #common_header01_r li a:link,
#common_header01 #common_header01_r li a:visited {
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

#common_header01 #common_header01_r li a:hover,
#common_header01 #common_header01_r li a:active {
	text-decoration: none;
}

#common_header01 #common_header01_r #common_header01_r01 {
	width: 11%;
	text-indent: -9999px;
}

#common_header01 #common_header01_r #common_header01_r01 span.common_header01_r01_open {
	display: block;
	padding: 34% 0;
	background: #000000 url(../../img/common_icon_search01.png) no-repeat center center;
	-moz-background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	-ms-background-size: 40px 40px;
	background-size: 40px 40px;
	cursor: pointer;
}

/* IE8対応 */
.ie8 #common_header01 #common_header01_r #common_header01_r01 span.common_header01_r01_open {
	background: #000000 url(../../img/ie8/common_icon_search01.png) no-repeat center center;
}

#common_header01 #common_header01_r #common_header01_r01 span.common_header01_r01_open:hover,
#common_header01 #common_header01_r #common_header01_r01 span.common_header01_r01_open:active {
	background: #808080 url(../../img/common_icon_search01.png) no-repeat center center;
	-moz-background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	-ms-background-size: 40px 40px;
	background-size: 40px 40px;
}

/* IE8対応 */
.ie8 #common_header01 #common_header01_r #common_header01_r01 span.common_header01_r01_open:hover,
.ie8 #common_header01 #common_header01_r #common_header01_r01 span.common_header01_r01_open:active {
	background: #808080 url(../../img/ie8/common_icon_search01.png) no-repeat center center;
}

#common_header01 #common_header01_r #common_header01_r01 span.common_header01_r01_close {
	display: block;
	padding: 34% 0;
	background: #808080 url(../../img/common_icon_close01.png) no-repeat center center;
	-moz-background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	-ms-background-size: 40px 40px;
	background-size: 40px 40px;
	cursor: pointer;
}

/* IE8対応 */
#common_header01 #common_header01_r #common_header01_r01 span.common_header01_r01_close {
	background: #808080 url(../../img/ie8/common_icon_close01.png) no-repeat center center;
}

#common_header01 #common_header01_r #common_header01_r01 span.common_header01_r01_close:hover,
#common_header01 #common_header01_r #common_header01_r01 span.common_header01_r01_close:active {
	background: #808080 url(../../img/common_icon_close01.png) no-repeat center center;
	-moz-background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	-ms-background-size: 40px 40px;
	background-size: 40px 40px;
}

/* IE8対応 */
.ie8 #common_header01 #common_header01_r #common_header01_r01 span.common_header01_r01_close:hover,
.ie8 #common_header01 #common_header01_r #common_header01_r01 span.common_header01_r01_close:active {
	background: #808080 url(../../img/ie8/common_icon_close01.png) no-repeat center center;
}

#common_header01 #common_header01_r #common_header01_r02,
#common_header01 #common_header01_r #common_header01_r03 {
	width: 44%;
}

#common_header01 #common_header01_r #common_header01_r02 span,
#common_header01 #common_header01_r #common_header01_r03 span {
	padding-left: 5%;
}

#common_header01 #common_header01_r #common_header01_r02 a:link,
#common_header01 #common_header01_r #common_header01_r02 a:visited {
	margin-left: 1.0%;
	padding: 8.5% 0;
	background: #d80c18 url(../../img/common_icon_key01.png) no-repeat center left;
	-moz-background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	-ms-background-size: 40px 40px;
	background-size: 40px 40px;
}

/* IE8対応 */
.ie8 #common_header01 #common_header01_r #common_header01_r02 a:link,
.ie8 #common_header01 #common_header01_r #common_header01_r02 a:visited {
	background: #d80c18 url(../../img/ie8/common_icon_key01.png) no-repeat center left;
}

#common_header01 #common_header01_r #common_header01_r02 a:hover,
#common_header01 #common_header01_r #common_header01_r02 a:active {
	background: #ec868c url(../../img/common_icon_key01.png) no-repeat center left;
	-moz-background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	-ms-background-size: 40px 40px;
	background-size: 40px 40px;
}

/* IE8対応 */
.ie8 #common_header01 #common_header01_r #common_header01_r02 a:hover,
.ie8 #common_header01 #common_header01_r #common_header01_r02 a:active {
	background: #ec868c url(../../img/ie8/common_icon_key01.png) no-repeat center left;
}

#common_header01 #common_header01_r #common_header01_r03 a:link,
#common_header01 #common_header01_r #common_header01_r03 a:visited {
	margin-left: 1.5%;
	padding: 8.5% 0;
	background: #d80c18 url(../../img/common_icon_note01.png) no-repeat center left;
	-moz-background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	-ms-background-size: 40px 40px;
	background-size: 40px 40px;
}

/* IE8対応 */
.ie8 #common_header01 #common_header01_r #common_header01_r03 a:link,
.ie8 #common_header01 #common_header01_r #common_header01_r03 a:visited {
	background: #d80c18 url(../../img/ie8/common_icon_note01.png) no-repeat center left;
}

#common_header01 #common_header01_r #common_header01_r03 a:hover,
#common_header01 #common_header01_r #common_header01_r03 a:active {
	background: #ec868c url(../../img/common_icon_note01.png) no-repeat center left;
	-moz-background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	-ms-background-size: 40px 40px;
	background-size: 40px 40px;
}

/* IE8対応 */
.ie8 #common_header01 #common_header01_r #common_header01_r03 a:hover,
.ie8 #common_header01 #common_header01_r #common_header01_r03 a:active {
	background: #ec868c url(../../img/ie8/common_icon_note01.png) no-repeat center left;
}

#common_header01_r #common_search01_box01 {
	display: none;
	position: fixed;
	z-index: 101;
	width: 26.7%;
	margin-top: 2px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 1%;
	padding-right: 1%;
	background-color: #000000;
	font-size: 12px;
	font-size: 1.2rem;
}

#common_header01_r #common_search01_box01 #common_search01_text {
	width: 89%;
	margin-right: 3%;
	border: none;
}

#common_header01_r #common_search01_box01 #common_search01_btn {
	width: 6.4%;
}

/*	グレーアウト
-----------------------------------------*/

#common_header01 #common_header01_r .common_header01_r02_none a:link,
#common_header01 #common_header01_r .common_header01_r02_none a:visited {
	background: #cccccc url(../../img/common_icon_key01.png) no-repeat center left !important;
	-moz-background-size: 40px 40px !important;
	-webkit-background-size: 40px 40px !important;
	-o-background-size: 40px 40px !important;
	-ms-background-size: 40px 40px !important;
	background-size: 40px 40px !important;
	cursor: default;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-o-opacity: 0.5;
	-ms-opacity: 0.5;
	opacity: 0.5;
}

/* IE8対応 */
.ie8 #common_header01 #common_header01_r .common_header01_r02_none a:link,
.ie8 #common_header01 #common_header01_r .common_header01_r02_none a:visited {
	background: #cccccc url(../../img/ie8/common_icon_key01.png) no-repeat center left !important;
}

#common_header01 #common_header01_r .common_header01_r02_none a:hover,
#common_header01 #common_header01_r .common_header01_r02_none a:active {
	background: #cccccc url(../../img/common_icon_key01.png) no-repeat center left !important;
	-moz-background-size: 40px 40px !important;
	-webkit-background-size: 40px 40px !important;
	-o-background-size: 40px 40px !important;
	-ms-background-size: 40px 40px !important;
	background-size: 40px 40px !important;
}

/* IE8対応 */
.ie8 #common_header01 #common_header01_r .common_header01_r02_none a:hover,
.ie8 #common_header01 #common_header01_r .common_header01_r02_none a:active {
	background: #cccccc url(../../img/ie8/common_icon_key01.png) no-repeat center left !important;
}

#common_header01 #common_header01_r .common_header01_r03_none a:link,
#common_header01 #common_header01_r .common_header01_r03_none a:visited {
	background: #cccccc url(../../img/common_icon_note01.png) no-repeat center left !important;
	-moz-background-size: 40px 40px !important;
	-webkit-background-size: 40px 40px !important;
	-o-background-size: 40px 40px !important;
	-ms-background-size: 40px 40px !important;
	background-size: 40px 40px !important;
	cursor: default;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-o-opacity: 0.5;
	-ms-opacity: 0.5;
	opacity: 0.5;
}

/* IE8対応 */
.ie8 #common_header01 #common_header01_r .common_header01_r03_none a:link,
.ie8 #common_header01 #common_header01_r .common_header01_r03_none a:visited {
	background: #cccccc url(../../img/ie8/common_icon_note01.png) no-repeat center left !important;
}

#common_header01 #common_header01_r .common_header01_r03_none a:hover,
#common_header01 #common_header01_r .common_header01_r03_none a:active {
	background: #cccccc url(../../img/common_icon_note01.png) no-repeat center left !important;
	-moz-background-size: 40px 40px !important;
	-webkit-background-size: 40px 40px !important;
	-o-background-size: 40px 40px !important;
	-ms-background-size: 40px 40px !important;
	background-size: 40px 40px !important;
}

/* IE8対応 */
.ie8 #common_header01 #common_header01_r .common_header01_r03_none a:hover,
.ie8 #common_header01 #common_header01_r .common_header01_r03_none a:active {
	background: #cccccc url(../../img/ie8/common_icon_note01.png) no-repeat center left !important;
}

/*	gnav
-----------------------------------------*/

#common_gnav01 {
	width: 100%;
}

#common_gnav01 li {
	float: left;
	width: 16.7%;
	padding-right: 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.0;
}

#common_gnav01 #common_gnav01_first {
	width: 16.6%;
}

#common_gnav01 #common_gnav01_last {
	width: 16.6%;
	padding-right: 0px;
}

#common_gnav01 li a:link,
#common_gnav01 li a:visited {
	display: block;
	padding: 6% 0;
	color: #000000;
	text-decoration: none;
	text-align: center;
	background-color: #ffffff;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	-o-opacity: 0.8;
	-ms-opacity: 0.8;
	opacity: 0.8;
}

#common_gnav01 li a:hover,
#common_gnav01 li a:active {
	background-color: #ffffff;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	-webkit-opacity: 0.4;
	-o-opacity: 0.4;
	-ms-opacity: 0.4;
	opacity: 0.4;
}

#pankuzu01 {
	width: 95%;
	padding: 0.8% 2.5%;
	background-color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.0;
}

#pankuzu01 a:link,
#pankuzu01 a:visited {
	color: #000000;
	text-decoration: none;
}

#pankuzu01 a:hover,
#pankuzu01 a:active {
	color: #000000;
	text-decoration: underline;
}

/*	megamenu
-----------------------------------------*/

#megamenu_wrapper_arrow {
	width: 100%;
	position: absolute;
	left: 0;
	visibility: hidden;
	cursor: pointer;
	z-index: -1;
}

#megamenu_wrapper_arrow .megamenu_wrapper_arrow01,
#megamenu_wrapper_arrow .megamenu_wrapper_arrow02 {
	width: 100%;
}

#megamenu_wrapper_arrow .megamenu_wrapper_arrow01 img,
#megamenu_wrapper_arrow .megamenu_wrapper_arrow02 img {
	width: 11px;
	height: 9px;
	line-height: 0;
	padding-left: 41%;
}

#megamenu_wrapper_arrow .megamenu_wrapper_arrow01 {
	padding-top: 6.2%;
	height: 9px;
}

/* IE8対応 */

.ie8 #megamenu_wrapper_arrow .megamenu_wrapper_arrow01 {
	padding-top: 7.4%;
}

#megamenu_wrapper {
	width: 95%;
	padding: 6% 2.5%;
	background-color: #ffffff;
	background: rgba(255,255,255,0.9);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#90ffffff', endColorstr='#90ffffff');
}

#megamenu_wrapper #megamenu {
	width: 97%;
	margin: 0 0 0 3%;
}

#megamenu_wrapper #megamenu .megamenu_box {
	float: left;
	width: 31%;
	margin-right: 2.3%;
}

#megamenu_wrapper #megamenu .megamenu_box dl {
	width: 100%;
}

#megamenu_wrapper #megamenu .megamenu_box dl dt {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	font-weight: bold;
}

#megamenu_wrapper #megamenu .megamenu_box dl dd {
	float: left;
	width: 50%;
	display: block;
	margin-top: 3px;
}

#megamenu_wrapper #megamenu .megamenu_box dl dt a:link,
#megamenu_wrapper #megamenu .megamenu_box dl dt a:visited {
	display: block;
	width: 92%;
	padding: 4.7% 4%;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
	-o-opacity: 1.0;
	-ms-opacity: 1.0;
	opacity: 1.0;
}

#megamenu_wrapper #megamenu .megamenu_box .megamenu_box01 dt a:link,
#megamenu_wrapper #megamenu .megamenu_box .megamenu_box01 dt a:visited {
	background: #080808 url(../../img/common_icon_right01.png) no-repeat 95% center;
	-moz-background-size: 10px 14px;
	-webkit-background-size: 10px 14px;
	-o-background-size: 10px 14px;
	-ms-background-size: 10px 14px;
	background-size: 10px 14px;
}

/* IE8対応 */
.ie8 #megamenu_wrapper #megamenu .megamenu_box .megamenu_box01 dt a:link,
.ie8 #megamenu_wrapper #megamenu .megamenu_box .megamenu_box01 dt a:visited {
	background: #080808 url(../../img/ie8/common_icon_right01.png) no-repeat 95% center;
}

#megamenu_wrapper #megamenu .megamenu_box .megamenu_box01 dt a:hover,
#megamenu_wrapper #megamenu .megamenu_box .megamenu_box01 dt a:active {
	background: #9c9c9c url(../../img/common_icon_right01.png) no-repeat 95% center;
	-moz-background-size: 10px 14px;
	-webkit-background-size: 10px 14px;
	-o-background-size: 10px 14px;
	-ms-background-size: 10px 14px;
	background-size: 10px 14px;
}

/* IE8対応 */
.ie8 #megamenu_wrapper #megamenu .megamenu_box .megamenu_box01 dt a:hover,
.ie8 #megamenu_wrapper #megamenu .megamenu_box .megamenu_box01 dt a:active {
	background: #9c9c9c url(../../img/ie8/common_icon_right01.png) no-repeat 95% center;
}

#megamenu_wrapper #megamenu .megamenu_box .megamenu_box02 dt a:link,
#megamenu_wrapper #megamenu .megamenu_box .megamenu_box02 dt a:visited {
	background: #550a11 url(../../img/common_icon_right01.png) no-repeat 95% center;
	-moz-background-size: 10px 14px;
	-webkit-background-size: 10px 14px;
	-o-background-size: 10px 14px;
	-ms-background-size: 10px 14px;
	background-size: 10px 14px;
}

/* IE8対応 */
.ie8 #megamenu_wrapper #megamenu .megamenu_box .megamenu_box02 dt a:link,
.ie8 #megamenu_wrapper #megamenu .megamenu_box .megamenu_box02 dt a:visited {
	background: #550a11 url(../../img/ie8/common_icon_right01.png) no-repeat 95% center;
}

#megamenu_wrapper #megamenu .megamenu_box .megamenu_box02 dt a:hover,
#megamenu_wrapper #megamenu .megamenu_box .megamenu_box02 dt a:active {
	background: #bb9da0 url(../../img/common_icon_right01.png) no-repeat 95% center;
	-moz-background-size: 10px 14px;
	-webkit-background-size: 10px 14px;
	-o-background-size: 10px 14px;
	-ms-background-size: 10px 14px;
	background-size: 10px 14px;
}

/* IE8対応 */
.ie8 #megamenu_wrapper #megamenu .megamenu_box .megamenu_box02 dt a:hover,
.ie8 #megamenu_wrapper #megamenu .megamenu_box .megamenu_box02 dt a:active {
	background: #bb9da0 url(../../img/ie8/common_icon_right01.png) no-repeat 95% center;
}

#megamenu_wrapper #megamenu .megamenu_box .megamenu_box03 dt a:link,
#megamenu_wrapper #megamenu .megamenu_box .megamenu_box03 dt a:visited {
	color: #595757;
	background: #fef8c6 url(../../img/common_icon_right03.png) no-repeat 95% center;
	-moz-background-size: 10px 14px;
	-webkit-background-size: 10px 14px;
	-o-background-size: 10px 14px;
	-ms-background-size: 10px 14px;
	background-size: 10px 14px;
}

/* IE8対応 */
.ie8 #megamenu_wrapper #megamenu .megamenu_box .megamenu_box03 dt a:link,
.ie8 #megamenu_wrapper #megamenu .megamenu_box .megamenu_box03 dt a:visited {
	background: #fef8c6 url(../../img/ie8/common_icon_right01.png) no-repeat 95% center;
}

#megamenu_wrapper #megamenu .megamenu_box .megamenu_box03 dt a:hover,
#megamenu_wrapper #megamenu .megamenu_box .megamenu_box03 dt a:active {
	color: #595757;
	background: #fffce8 url(../../img/common_icon_right03.png) no-repeat 95% center;
	-moz-background-size: 10px 14px;
	-webkit-background-size: 10px 14px;
	-o-background-size: 10px 14px;
	-ms-background-size: 10px 14px;
	background-size: 10px 14px;
}

/* IE8対応 */
.ie8 #megamenu_wrapper #megamenu .megamenu_box .megamenu_box03 dt a:hover,
.ie8 #megamenu_wrapper #megamenu .megamenu_box .megamenu_box03 dt a:active {
	background: #fffce8 url(../../img/ie8/common_icon_right01.png) no-repeat 95% center;
}

#megamenu_wrapper #megamenu .megamenu_box dl dd a:link,
#megamenu_wrapper #megamenu .megamenu_box dl dd a:visited {
	padding: 2% 0 2% 12px;
	color: #000000;
	text-decoration: none;
	background: url(../../img/common_icon_right05.png) no-repeat left center;
	-moz-background-size: 7px 10px;
	-webkit-background-size: 7px 10px;
	-o-background-size: 7px 10px;
	-ms-background-size: 7px 10px;
	background-size: 7px 10px;
	text-align: left;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
	-o-opacity: 1.0;
	-ms-opacity: 1.0;
	opacity: 1.0;
}

.ie8 #megamenu_wrapper #megamenu .megamenu_box dl dd a:link,
.ie8 #megamenu_wrapper #megamenu .megamenu_box dl dd a:visited {
	background: url(../../img/ie8/common_icon_right05.png) no-repeat left center;
}

#megamenu_wrapper #megamenu .megamenu_box dl dd a:hover,
#megamenu_wrapper #megamenu .megamenu_box dl dd a:active {
	text-decoration: underline;
}

/*	content
-----------------------------------------*/

#content_wrapper {
	padding: 10px;
}

#content_wrapper #content {
	width: 100%;
	background-color: #ffffff;
}

#content_l {
	float: right;
	width: 20%;
}

#content_l p {
	width: 100%;
	line-height: 1.0;
}

#content_l p img {
	width: 100%;
	padding-bottom: 10%;
}

#content_l p a:link,
#content_l p a:visited {
	display: block;
}

#content_l ul li {
	line-height: 1.0;
}

#content_l ul li span {
	padding-right: 10px;
	background: url(../../img/common_icon02_black.png) no-repeat center right;
	-moz-background-size: 5px 6px;
	-webkit-background-size: 5px 6px;
	-o-background-size: 5px 6px;
	-ms-background-size: 5px 6px;
	background-size: 5px 6px;
}

/* IE8対応 */
.ie8 #content_l ul li span {
	background: url(../../img/ie8/common_icon02_black.png) no-repeat center right;
}

#content_l ul li.li_cr02 span {
	background: url(../../img/common_icon03_black.png) no-repeat center right;
	-moz-background-size: 6px 5px;
	-webkit-background-size: 6px 5px;
	-o-background-size: 6px 5px;
	-ms-background-size: 6px 5px;
	background-size: 6px 5px;
}

/* IE8対応 */
.ie8 #content_l ul li.li_cr02 span {
	background: url(../../img/ie8/common_icon03_black.png) no-repeat center right;
}

#content_l ul li a:link,
#content_l ul li a:visited {
	display: block;
	padding: 5.2% 6%;
	color: #000000;
	text-decoration: none;
}

#content_l ul li a:hover,
#content_l ul li a:active {
	color: #ffffff;
	text-decoration: none;
}

#content_l ul li.li_cr01 a:link,
#content_l ul li.li_cr01 a:visited {
	background: url(../../img/common_icon_right04.png) no-repeat 97% center;
	-moz-background-size: 10px 19px;
	-webkit-background-size: 10px 19px;
	-o-background-size: 10px 19px;
	-ms-background-size: 10px 19px;
	background-size: 10px 19px;
	color: #ffffff;
}

/* IE8対応 */
.ie8 #content_l ul li.li_cr01 a:link,
.ie8 #content_l ul li.li_cr01 a:visited {
	background: url(../../img/ie8/common_icon_right04.png) no-repeat 97% center;
}

#content_l ul ul li a:link,
#content_l ul ul li a:visited {
	padding: 5% 0 5% 12%;
}

#content_r {
	float: right;
	width: 80%;
	background-color: #ffffff;
}

/*	footer
-----------------------------------------*/

#common_tab01 li {
	float: left;
	text-align: center;
	line-height: 1.0;
	font-weight: bold;
}

#common_tab01 #common_tab01_01,
#common_tab01 #common_tab01_02 {
	width: 33.3%;
}

#common_tab01 #common_tab01_03 {
	width: 33.4%;
}

#common_tab01 li a:link,
#common_tab01 li a:visited {
	display: block;
	width: 100%;
	padding: 4% 0;
	color: #ffffff;
	text-decoration: none;
}

#common_tab01 li a:hover,
#common_tab01 li a:active {
	text-decoration: none;
}

#common_tab01 #common_tab01_01 a:link,
#common_tab01 #common_tab01_01 a:visited {
	background: #080808 url(../../img/common_icon_right01.png) no-repeat 95% center;
	-moz-background-size: 10px 14px;
	-webkit-background-size: 10px 14px;
	-o-background-size: 10px 14px;
	-ms-background-size: 10px 14px;
	background-size: 10px 14px;
}

/* IE8対応 */
.ie8 #common_tab01 #common_tab01_01 a:link,
.ie8 #common_tab01 #common_tab01_01 a:visited {
	background: #080808 url(../../img/ie8/common_icon_right01.png) no-repeat 95% center;
}

#common_tab01 #common_tab01_01 a:hover,
#common_tab01 #common_tab01_01 a:active {
	background: #9c9c9c url(../../img/common_icon_right01.png) no-repeat 95% center;
	-moz-background-size: 10px 14px;
	-webkit-background-size: 10px 14px;
	-o-background-size: 10px 14px;
	-ms-background-size: 10px 14px;
	background-size: 10px 14px;
}

/* IE8対応 */
.ie8 #common_tab01 #common_tab01_01 a:hover,
.ie8 #common_tab01 #common_tab01_01 a:active {
	background: #9c9c9c url(../../img/ie8/common_icon_right01.png) no-repeat 95% center;
}

#common_tab01 #common_tab01_02 a:link,
#common_tab01 #common_tab01_02 a:visited {
	background: #550a11 url(../../img/common_icon_right01.png) no-repeat 95% center;
	-moz-background-size: 10px 14px;
	-webkit-background-size: 10px 14px;
	-o-background-size: 10px 14px;
	-ms-background-size: 10px 14px;
	background-size: 10px 14px;
}

/* IE8対応 */
.ie8 #common_tab01 #common_tab01_02 a:link,
.ie8 #common_tab01 #common_tab01_02 a:visited {
	background: #550a11 url(../../img/ie8/common_icon_right01.png) no-repeat 95% center;
}

#common_tab01 #common_tab01_02 a:hover,
#common_tab01 #common_tab01_02 a:active {
	background: #bb9da0 url(../../img/common_icon_right01.png) no-repeat 95% center;
	-moz-background-size: 10px 14px;
	-webkit-background-size: 10px 14px;
	-o-background-size: 10px 14px;
	-ms-background-size: 10px 14px;
	background-size: 10px 14px;
}

/* IE8対応 */
.ie8 #common_tab01 #common_tab01_02 a:hover,
.ie8 #common_tab01 #common_tab01_02 a:active {
	background: #bb9da0 url(../../img/ie8/common_icon_right01.png) no-repeat 95% center;
}

#common_tab01 #common_tab01_03 a:link,
#common_tab01 #common_tab01_03 a:visited {
	color: #595757;
	background: #fef8c6 url(../../img/common_icon_right03.png) no-repeat 95% center;
	-moz-background-size: 10px 14px;
	-webkit-background-size: 10px 14px;
	-o-background-size: 10px 14px;
	-ms-background-size: 10px 14px;
	background-size: 10px 14px;
}

/* IE8対応 */
.ie8 #common_tab01 #common_tab01_03 a:link,
.ie8 #common_tab01 #common_tab01_03 a:visited {
	background: #fef8c6 url(../../img/ie8/common_icon_right03.png) no-repeat 95% center;
}

#common_tab01 #common_tab01_03 a:hover,
#common_tab01 #common_tab01_03 a:active {
	color: #595757;
	background: #fffce8 url(../../img/common_icon_right03.png) no-repeat 95% center;
	-moz-background-size: 10px 14px;
	-webkit-background-size: 10px 14px;
	-o-background-size: 10px 14px;
	-ms-background-size: 10px 14px;
	background-size: 10px 14px;
}

/* IE8対応 */
.ie8 #common_tab01 #common_tab01_03 a:hover,
.ie8 #common_tab01 #common_tab01_03 a:active {
	background: #fffce8 url(../../img/ie8/common_icon_right03.png) no-repeat 95% center;
}

#common_pagetop01 {
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.0;
}

#common_pagetop01 a:link,
#common_pagetop01 a:visited {
	display: block;
	padding: 1.3% 0;
	color: #000000;
	text-decoration: none;
	background-color: #eeeeee;
}

#common_pagetop01 a:hover,
#common_pagetop01 a:active {
	background-color: #f7f7f7;
}

#common_footer01 {
	width: 96%;
	padding: 1% 2%;
	background-color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.0;
}

#common_footer01 #common_footer01_l {
	width: 50%;
	float: left;
}

#common_footer01 #common_footer01_l ul,
#common_footer01 #common_footer01_l ul li {
	float: left;
}

#common_footer01 #common_footer01_l a:link,
#common_footer01 #common_footer01_l a:visited {
	color: #000000;
	text-decoration: none;
}

#common_footer01 #common_footer01_l a:hover,
#common_footer01 #common_footer01_l a:active {
	text-decoration: underline;
}

#common_footer01 #common_footer01_l #common_footer01_l_last {
	margin-left: 12px;
	padding-left: 12px;
	border-left: 1px solid #333333;
}

#common_footer01 #common_footer01_l p {
	float: left;
	margin-left: 22px;
	padding-right: 18px;
	background: url(../../img/common_icon_blank01.png) no-repeat right center;
	-moz-background-size: 11px 11px;
	-webkit-background-size: 11px 11px;
	-o-background-size: 11px 11px;
	-ms-background-size: 11px 11px;
	background-size: 11px 11px;
}

/* IE8対応 */
.ie8 #common_footer01 #common_footer01_l p {
	background: url(../../img/ie8/common_icon_blank01.png) no-repeat right center;
}

#common_footer01 #common_footer01_r {
	width: 50%;
	float: right;
	text-align: right;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.5;
}

/*----------------------------------------
	pc（1281px〜）
-----------------------------------------*/
@media only screen and (min-width: 1281px) {

/*	layout
-----------------------------------------*/

.tablet_only {
	display: none;
}

.sp_only {
	display: none;
}

/* IE8対応 */
.ie8 #wrapper {
	width: 1265px;
	margin: 0 auto;
	text-align: left;
}

/* IE8対応 */
.ie8 #common_gnav01_wrapper {
	width: 1265px;
}

#common_header01 #common_header01_l {
	width: 407px;
}

#common_header01 #common_header01_r {
	width: 362px;
}

#common_header01_r #common_search01_box01 {
	width: 342px;
	padding: 12px 8px;
}

#content_l p img {
	width: 249px;
}

}

/*----------------------------------------
	pc（1025px〜1280px）
-----------------------------------------*/
@media only screen and (min-width: 1025px) and (max-width:1280px) {

/*	layout
-----------------------------------------*/

.tablet_only {
	display: none;
}

.sp_only {
	display: none;
}

/*	megamenu
-----------------------------------------*/

#megamenu_wrapper_arrow .megamenu_wrapper_arrow01 {
	padding-top: 7.3%;
}

}

/*----------------------------------------
	tablet（737px〜1024px）
-----------------------------------------*/
@media only screen and (min-width: 737px) and (max-width:1024px) {

/*	layout
-----------------------------------------*/

.pc_only {
	display: none;
}

.sp_only {
	display: none;
}

#common_header01 #common_header01_l {
	width: 41%;
}

#common_header01 #common_header01_r {
	width: 40%;
}

#common_header01_r #common_search01_box01 {
	width: 37.6%;
	padding: 1.2% 1%;
}

#common_header01_r #common_search01_box01 #common_search01_text {
	width: 86%;
	margin-right: 3%;
}

#common_header01_r #common_search01_box01 #common_search01_btn {
	width: 6%;
}

#content_l {
	width: 25%;
}

#content_l ul ul li,
#content_l ul ul li {
	font-size: 12px;
	font-size: 1.2rem;
	line-height:1.5;
}

#content_r {
	width: 75%;
}

/*	megamenu
-----------------------------------------*/

#megamenu_wrapper_arrow .megamenu_wrapper_arrow01 {
	padding-top: 8.5%;
}

#megamenu_wrapper #megamenu .megamenu_box dl {
	font-size: 11px;
	font-size: 1.1rem;
}

}

/*----------------------------------------
	sp（〜736px）
-----------------------------------------*/

@media only screen and (max-width: 736px) {

/*	layout
-----------------------------------------*/

.pc_only {
	display: none;
}

.tablet_only {
	display: none;
}

/*	header
-----------------------------------------*/

#common_gnav01_wrapper {
	position: static !important;
}

#common_header01 {
	width: 100%;
	padding-top: 3%;
	padding-bottom: 0.5%;
	background-color: #ffffff;
	position: relative;
}

#common_header01 #common_header01_l {
	float: none;
	width: 50%;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 1.5%;
	padding-bottom: 3%;
}

#common_header01 #common_header01_r {
	float: none;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-size: 13px;
	font-size: 1.3rem;
}

#common_header01 #common_header01_r #common_header01_r01 {
	width: 15%;
	margin-top: 4.5%;
	position: absolute;
	top: 0;
	right: 17.5%;
}

#common_header01 #common_header01_r #common_header01_r01 span.common_header01_r01_open {
	padding: 30% 0;
	background: #000000 url(../../img/common_icon_search01.png) no-repeat center center;
	-moz-background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	-ms-background-size: 40px 40px;
	background-size: 40px 40px;
}

#common_header01 #common_header01_r #common_header01_r01 span.common_header01_r01_open:hover,
#common_header01 #common_header01_r #common_header01_r01 span.common_header01_r01_open:active {
	background: #000000 url(../../img/common_icon_search01.png) no-repeat center center;
	-moz-background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	-ms-background-size: 40px 40px;
	background-size: 40px 40px;
}

#common_header01 #common_header01_r #common_header01_r01 span.common_header01_r01_close {
	padding: 30% 0;
	background: #808080 url(../../img/common_icon_close01.png) no-repeat center center;
	-moz-background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	-ms-background-size: 40px 40px;
	background-size: 40px 40px;
}

#common_header01 #common_header01_r #common_header01_r01 span.common_header01_r01_close:hover,
#common_header01 #common_header01_r #common_header01_r01 span.common_header01_r01_close:active {
	background: #808080 url(../../img/common_icon_close01.png) no-repeat center center;
	-moz-background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	-ms-background-size: 40px 40px;
	background-size: 40px 40px;
}

#common_header01 #common_header01_r #common_header01_r02,
#common_header01 #common_header01_r #common_header01_r03 {
	width: 50%;
}

#common_header01 #common_header01_r #common_header01_r02 a:link,
#common_header01 #common_header01_r #common_header01_r02 a:visited {
	margin-left: 0;
	background: #d80c18 url(../../img/common_icon_key01.png) no-repeat 4% center;
	-moz-background-size: 34px 34px;
	-webkit-background-size: 34px 34px;
	-o-background-size: 34px 34px;
	-ms-background-size: 34px 34px;
	background-size: 34px 34px;
}

#common_header01 #common_header01_r #common_header01_r02 a:hover,
#common_header01 #common_header01_r #common_header01_r02 a:active {
	background: #ec868c url(../../img/common_icon_key01.png) no-repeat 4% center;
	-moz-background-size: 34px 34px;
	-webkit-background-size: 34px 34px;
	-o-background-size: 34px 34px;
	-ms-background-size: 34px 34px;
	background-size: 34px 34px;
}

#common_header01 #common_header01_r #common_header01_r03 a:link,
#common_header01 #common_header01_r #common_header01_r03 a:visited {
	margin-left: 1%;
	background: #d80c18 url(../../img/common_icon_note01.png) no-repeat 4% center;
	-moz-background-size: 34px 34px;
	-webkit-background-size: 34px 34px;
	-o-background-size: 34px 34px;
	-ms-background-size: 34px 34px;
	background-size: 34px 34px;
}

#common_header01 #common_header01_r #common_header01_r03 a:hover,
#common_header01 #common_header01_r #common_header01_r03 a:active {
	background: #ec868c url(../../img/common_icon_note01.png) no-repeat 4% center;
	-moz-background-size: 34px 34px;
	-webkit-background-size: 34px 34px;
	-o-background-size: 34px 34px;
	-ms-background-size: 34px 34px;
	background-size: 34px 34px;
}

#common_header01 #common_header01_r #common_header01_r04 {
	width: 15%;
	margin-top: 4.5%;
	position: absolute;
	top: 0;
	right: 2%;
	text-indent: -9999px;
	cursor: pointer;
}

#common_header01 #common_header01_r #common_header01_r04 span.common_header01_r04_open {
	display: block;
	padding: 30% 0;
	background: #000000 url(../../img/common_icon_menu01.png) no-repeat center center;
	-moz-background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	-ms-background-size: 40px 40px;
	background-size: 40px 40px;
}

#common_header01 #common_header01_r #common_header01_r04 span.common_header01_r04_open:hover,
#common_header01 #common_header01_r #common_header01_r04 span.common_header01_r04_open:active {
	background: #000000 url(../../img/common_icon_menu01.png) no-repeat center center;
	-moz-background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	-ms-background-size: 40px 40px;
	background-size: 40px 40px;
}

#common_header01 #common_header01_r #common_header01_r04 span.common_header01_r04_close {
	display: block;
	padding: 30% 0;
	background: #808080 url(../../img/common_icon_close01.png) no-repeat center center;
	-moz-background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	-ms-background-size: 40px 40px;
	background-size: 40px 40px;
}

#common_header01 #common_header01_r #common_header01_r04 span.common_header01_r04_close:hover,
#common_header01 #common_header01_r #common_header01_r04 span.common_header01_r04_close:active {
	background: #808080 url(../../img/common_icon_close01.png) no-repeat center center;
	-moz-background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	-ms-background-size: 40px 40px;
	background-size: 40px 40px;
}

#common_header01_r #common_search01_box01 {
	position: relative;
	display: none;
	width: 94%;
	margin-top: 0.5%;
	padding: 3%;
}

#common_header01_r #common_search01_box01 #common_search01_text {
	width: 85%;
	margin-right: 4%;
}

#common_header01_r #common_search01_box01 #common_search01_btn {
	width: 5%;
}

/*	gnav
-----------------------------------------*/

#common_gnav01 {
	display: none;
}

#common_gnav01_sp {
	width: 100%;
	background: #ffffff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.0;
	font-weight: bold;
	display: none;
}

#common_gnav01_sp li {
	float: none;
	border-bottom: 1px solid #cccccc;
}

#common_gnav01_sp ul li {
	border-bottom: none;
	border-top: 1px solid #cccccc;
}

#common_gnav01_sp li a:link,
#common_gnav01_sp li a:visited,
#common_gnav01_sp li span {
	width: 91%;
	padding: 4.5% 4.5%;
	color: #000000;
	text-decoration: none;
	display: block;
}

#common_gnav01_sp li a:hover,
#common_gnav01_sp li a:active,
#common_gnav01_sp li span {
	color: #000000;
	text-decoration: none;
}

#common_gnav01_sp li li a:link,
#common_gnav01_sp li li a:visited {
	width: 82%;
	padding: 4.5% 9%;
	font-size: 12px;
	font-size: 1.2rem;
}

#common_gnav01_sp li a:link,
#common_gnav01_sp li a:visited {
	background: url(../../img/common_icon_right03.png) no-repeat 95% center;
	-moz-background-size: 10px 14px;
	-webkit-background-size: 10px 14px;
	-o-background-size: 10px 14px;
	-ms-background-size: 10px 14px;
	background-size: 10px 14px;
}

#common_gnav01_sp li li a:link,
#common_gnav01_sp li li a:visited {
	background: url(../../img/common_icon_right07.png) no-repeat 95% center;
	-moz-background-size: 8px 11px;
	-webkit-background-size: 8px 11px;
	-o-background-size: 8px 11px;
	-ms-background-size: 8px 11px;
	background-size: 8px 11px;
}

#pankuzu01 {
	display: none;
}

/*	megamenu
-----------------------------------------*/

#megamenu_wrapper_arrow {
	display: none;
}

/*	content
-----------------------------------------*/

#content_wrapper {
	padding: 5px;
}

#content_l {
	float: none;
	width: 100%;
}

#content_l p {
	display: none;
}

#content_l ul li {
	border-bottom: 1px solid #ffffff;
}

#content_r {
	float: none;
	width: 100%;
	background-color: #ffffff;
}

/*	footer
-----------------------------------------*/

#common_tab01 li {
	font-size: 12px;
	font-size: 1.2rem;
}

#common_tab01 li a:link,
#common_tab01 li a:visited {
	padding: 15% 0 22%;
}

#common_tab01 #common_tab01_01 a:link,
#common_tab01 #common_tab01_01 a:visited {
	background: #080808 url(../../img/common_icon_right01.png) no-repeat center 75%;
	-moz-background-size: 8px 10px;
	-webkit-background-size: 8px 10px;
	-o-background-size: 8px 10px;
	-ms-background-size: 8px 10px;
	background-size: 8px 10px;
}

#common_tab01 #common_tab01_01 a:hover,
#common_tab01 #common_tab01_01 a:active {
	background: #9c9c9c url(../../img/common_icon_right01.png) no-repeat center 75%;
	-moz-background-size: 8px 10px;
	-webkit-background-size: 8px 10px;
	-o-background-size: 8px 10px;
	-ms-background-size: 8px 10px;
	background-size: 8px 10px;
}

#common_tab01 #common_tab01_02 a:link,
#common_tab01 #common_tab01_02 a:visited {
	background: #550a11 url(../../img/common_icon_right01.png) no-repeat center 75%;
	-moz-background-size: 8px 10px;
	-webkit-background-size: 8px 10px;
	-o-background-size: 8px 10px;
	-ms-background-size: 8px 10px;
	background-size: 8px 10px;
}

#common_tab01 #common_tab01_02 a:hover,
#common_tab01 #common_tab01_02 a:active {
	background: #bb9da0 url(../../img/common_icon_right01.png) no-repeat center 75%;
	-moz-background-size: 8px 10px;
	-webkit-background-size: 8px 10px;
	-o-background-size: 8px 10px;
	-ms-background-size: 8px 10px;
	background-size: 8px 10px;
}

#common_tab01 #common_tab01_03 {
	width: 33.3%;
}

#common_tab01 #common_tab01_03 a:link,
#common_tab01 #common_tab01_03 a:visited {
	color: #595757;
	background: #fef8c6 url(../../img/common_icon_right03.png) no-repeat center 75%;
	-moz-background-size: 8px 10px;
	-webkit-background-size: 8px 10px;
	-o-background-size: 8px 10px;
	-ms-background-size: 8px 10px;
	background-size: 8px 10px;
}

#common_tab01 #common_tab01_03 a:hover,
#common_tab01 #common_tab01_03 a:active {
	color: #595757;
	background: #fffce8 url(../../img/common_icon_right03.png) no-repeat center 75%;
	-moz-background-size: 8px 10px;
	-webkit-background-size: 8px 10px;
	-o-background-size: 8px 10px;
	-ms-background-size: 8px 10px;
	background-size: 8px 10px;
}

#common_pagetop01 a:link,
#common_pagetop01 a:visited {
	padding: 5% 0 4.0%;
}

#common_footer01 {
	width: 91%;
	padding: 8% 4.5% 6%;
}

#common_footer01 #common_footer01_l {
	width: 100%;
	float: none;
	text-align: center;
}

#common_footer01 #common_footer01_l ul {
	float: none;
	text-align: center;
}

#common_footer01 #common_footer01_l ul li {
	float: none;
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
}

#common_footer01 #common_footer01_l p {
	float: none;
	margin-left: 0;
	margin-top: 5%;
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
}

#common_footer01 #common_footer01_r {
	width: 100%;
	float: none;
	padding-top: 6.5%;
	text-align: center;
	font-size: 9px;
	font-size: 0.9rem;
	line-height: 1.5;
}

}