@charset "UTF-8";

/* リセット
---------------------------------------------------------- */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button {
    margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

img {
	border: 0;
}

ol ,
ul {
	list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

address {
	font-style: normal;
}


/* レイアウト
----------------------------------------*/

html {
	height: 100%;
}

body {
	height: 100%;
}

* html div#wrapper {
	height: 100%;
}

div#wrapper {
	min-height: 100%;
	position: relative;
}

body > #wrapper {
	height: auto;
}



/*clearfix
----------------------------------------*/
.clearfix { zoom:1; }

.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}


/*float
----------------------------------------*/
.acms-column-clear,
.clear { clear: both !important; }
.float_n { float: none !important; }
.float_l {
	float: left;
	*display: inline;
	*zoom: 1;
}
.float_r {
	float: right;
	*display: inline;
	*zoom: 1;
}

.align_l { text-align: left !important; }
.align_c { text-align: center !important; }
.align_r { text-align: right !important; }
.valign_m { vertical-align: middle !important; }


/*font-size
----------------------------------------*/

.font10 { font-size: 77% !important; }
.font11 { font-size: 85% !important; }
.font12 { font-size: 93% !important; }
.font13 { font-size: 100% !important; }
.font14 { font-size: 108% !important; }
.font15 { font-size: 116% !important; }
.font16 { font-size: 123.1% !important; }
.font17 { font-size: 131% !important; }
.font18 { font-size: 138.5% !important; }
.font19 { font-size: 146.5% !important; }
.font20 { font-size: 153.9% !important; }
.font21 { font-size: 161.6% !important; }
.font22 { font-size: 167% !important; }
.font23 { font-size: 174% !important; }
.font24 { font-size: 182% !important; }
.font25 { font-size: 189% !important; }
.font26 { font-size: 197% !important; }
.fontb { font-weight: bold !important; }


/*margin
----------------------------------------*/

/*top*/
.mt0{ margin-top: 0px !important; }
.mt05{ margin-top: 5px !important; }
.mt10{ margin-top: 10px !important; }
.mt15{ margin-top: 15px !important; }
.mt20{ margin-top: 20px !important; }
.mt25{ margin-top: 25px !important; }
.mt30{ margin-top: 30px !important; }
.mt40{ margin-top: 40px !important; }
.mt50{ margin-top: 50px !important; }

/*bottom*/
.mb0 { margin-bottom: 0px !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }

/*right*/
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }

/*left*/
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }

.m_auto {
	margin-left: auto;
	margin-right: auto;
}



/*width
----------------------------------------*/
.w05per { width: 5%; }
.w10per { width: 10%; }
.w20per { width: 20%; }
.w25per { width: 25%; }
.w30per { width: 30%; }
.w33per { width: 33.3333333333333%; }
.w35per { width: 35%; }
.w40per { width: 40%; }
.w45per { width: 45%; }
.w50per { width: 50%; }
.w55per { width: 55%; }
.w60per { width: 60%; }
.w65per { width: 65%; }
.w70per { width: 70%; }
.w75per { width: 75%; }
.w80per { width: 80%; }
.w85per { width: 85%; }
.w90per { width: 90%; }
.w95per { width: 95%; }


/* display
----------------------------------------*/
.hidden {
	display: none;
}

p.inline_b,
.inline_b li {
	display: inline-block !important;
	margin-right: 20px !important;
}
@media screen and (max-width: 736px) {
	.inline_b li {
		display: block !important;
		margin-right: 0 !important;
	}
}

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

.img_100per {
	width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.img_responsive {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	_width: 100%;
}

/* リセットここまで
----------------------------------------*/

/* オリジナルのレイアウト
----------------------------------------*/

body {
	color: #333333;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	line-height: 1.7;
	background: #ffffff;
	min-width: 1040px;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 736px) {
	body {
		min-width: 320px;
		height: 100%;
		font-size: 12px;
	}
}

a {
	position: relative;
}
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000000;
	text-decoration: none;
}
a.a_gaibu:after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 0 0 .5em;
	background: url(../img/common/icon_gaibu.png) no-repeat center center;
}
a.a_gaibu02:after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 0 0 .5em;
	background: url(../img/common/icon_gaibu03.png) no-repeat center center;
}
a.a_popup:after {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 0 0 0 .5em;
	background: url(../img/common/icon_popup.png) no-repeat center center;
}
a.a_popup02:after {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 0 0 0 .5em;
	background: url(../img/common/icon_popup03.png) no-repeat center center;
}
a.a_pdf:after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 17px;
	margin: 0 0 0 .5em;
	background: url(../img/common/icon_pdf.png) no-repeat center center;

}
a.a_doc:after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 17px;
	margin: 0 0 0 .5em;
	background: url(../img/common/icon_doc.png) no-repeat center center;

}
a.a_doc_sp {
    text-decoration: none;
    cursor:default;
    font-size:0.9em;
    color:#666;
}

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

}


/*表示
----------------------------------------*/
/* PCだけ表示 */
.visible_l {
	display: block !important;
}
/* SPだけ表示 */
.visible_s {
	display: none !important;
}

/* PCだけ表示 */
.visible_l_inline {
	display: inline !important;
}
/* SPだけ表示 */
.visible_s_inline {
	display: none !important;
}

@media screen and (max-width: 736px) {
	/* PCだけ表示 */
	.visible_l {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_s {
		display: block !important;
	}

	/* PCだけ表示 */
	.visible_l_inline {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_s_inline {
		display: inline !important;
	}
	/* SPだけ改行 */
	.sp_br {
		display: block;
	}
}

/* SPでtel:
----------------------------------------*/
.txt_telno {
}

/*画像のfloat
----------------------------------------*/

.img_float_l {
	float: left;
	*display: inline;
	*zoom: 1;
	margin-right: 10px;
	z-index: 2;
}

.img_float_r {
	float: right;
	*display: inline;
	*zoom: 1;
	margin-left: 10px;
	z-index: 2;
}

@media screen and (max-width: 736px) {
	.img_float_l,
	.img_float_r {
		float: none;
		display: block;
		width: auto !important;
		max-width: 100%;
		height: auto;
		margin: 0 auto 10px;
	}
	.img_float_l img,
	.img_float_r img  {
		display: block;
		margin: 0 auto;
	}
}


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

.color_red { color: #ff0000;}
.color_blue { color: #0057ce; }
.color_geen { color: #18b018; }
.color_orange { color: #ff7011; }
.color_gray { color:#999999; }
.color_black { color:#000000; }


/* hr
----------------------------------------*/

hr {
	clear: both;
    border: none;
    border-top: solid 2px #eeeeee;
    height: 1px;
    color: #FFFFFF;
    margin: 28px 0;
}

hr.clear {
	clear: both;
    border-bottom: none;
    height: 1px;
	color: transparent;
    margin: 0;
}


/*header
----------------------------------------*/
#header {
	background: #dd0000 url(../img/common/bg_header.png) no-repeat center top;
}
#header img,
#sp_header img {
	display: block;
	margin: 0 auto;
}
#sp_header {
	display: none;
}
#header_block {
	width: 1000px;
	height: 109px;
	margin: 0 auto;
}
#logo {
	float: left;
	width: 414px;
	padding-top: 15px;
}
#hnav_block {
	float: right;
	width: 420px;
}
#dl_fontsize {
	background: #ffffff;
	width: 209px;
	height: 35px;
	padding-top: 4px;
	float: left;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
#dl_fontsize dt,
#dl_fontsize dd {
	float: left;
}
#dl_fontsize dd {
	cursor: pointer;
}
#head_search_block {
	float: right;
	width: 211px;
	height: 35px;
	padding-top: 4px;
	background: url(../img/common/bg_search.png);
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
#head_search_block .search_box {
	border: none;
	background: #000000 url(../img/common/bg_search.png);
	width: 177px;
	height: 31px;
	text-indent: 0.5em;
	color: #ffffff;
	-webkit-appearance: none;
	border-radius: 0;
}
#head_search_block .btn_search {
	float: right;
	-webkit-appearance: none;
	border-radius: 0;
}
#hnav {
	clear: both;
	text-align: right;
	padding-top: 10px;
}
#hnav a {
	color: #ffffff;
	text-decoration: none;
}
#hnav a:hover {
	text-decoration: underline;
}
#hnav li {
	display: inline;
	color: #ffffff;
	margin-left: 15px;
}
#hnav li:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 6px;
	margin-right: .5em;
	vertical-align: middle;
	background: url(../img/common/icon_arrow05.png) no-repeat center center;
}
#gnav {
	background: url(../img/common/bg_gnav.png) repeat-x;
}
#gnav ul {
	width: 1000px;
	margin: 0 auto;
}
#gnav li {
	float: left;
	margin-left: 82px;
	background: url(../img/common/spacer.gif);
}
#gnav li a {
	display: block;
	padding: 18px 0;
}
/*#gnav > ul > li > a {
	padding: 0;
}
#gnav > ul > li img {
	padding: 20px 0;
}*/
#gnav li.li_job {
	margin-left: 0;
	width: 141px;
}
#gnav li .submenu_box {
	position: absolute;
	left: -70px;
	top: 55px;
	width: 264px;
	padding: 20px 0 20px;
	background: url(../img/common/gnav_arrow.png) no-repeat center top rgba(0, 0, 0, 0.95);
	color: #ffffff;
	z-index: 2000;
	display: none;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99000000,EndColorStr=#99000000);/*IE8以下用*/
}
#gnav li.li_solution .submenu_box {
	left: -100px;
}
#gnav li.li_society .submenu_box {
	left: -70px;
}
#gnav li.li_company .submenu_box {
	left: -100px;
}
#gnav li .submenu_box li {
	margin: 0;
}
#gnav li .submenu_box a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 5px 30px 5px 5px;
	position: relative;
}
#gnav li .submenu_box a:after {
	content: '';
	display: block;
	width: 5px;
	height: 6px;
	background: url(../img/common/icon_arrow05.png) no-repeat center center;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
}
#gnav li .submenu_box ul {
	width: auto;
}
#gnav li .submenu_box li {
	float: none;
	padding-left: 15px;
	font-weight: bold;
}
#btn_circle {
	position: fixed;
	top: 72px;
	left: 50%;
	z-index: 2000;
	margin-left: 552px;
	width: 110px;
}

#btn_circle img {
	max-width: none;
}

@media screen and (max-width: 736px) {
	#header {
		background: none;
	}
	#header_block,
	#hnav_block,
	#gnav,
	#btn_circle {
		display: none;
	}
	#sp_header {
		background: #dd0000 url(../img/common/bg_sp_header.png) no-repeat;
		background-size: 100% auto;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		display: block;
	}
	#logo_sp {
		display: block;
		padding: 8px 0 9px;
	}
	#btn_menu {
		background: url(../img/common/bg_btn_menu.png) repeat-x;
		background-size: auto 100%;
		-webkit-background-size: auto 100%;
		-moz-background-size: auto 100%;
		-o-background-size: auto 100%;
		padding: 15px 0;
	}
	#menu_close {
		padding: 13px 0;
	}
	#sp_gnav {
		position: absolute;
		top: 123px;
		left: 0;
		width: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 2000;
		display: none;
	}
	#sp_gnav .gnav {
		margin-bottom: 22px;
	}
	#sp_gnav .gnav li a {
		display: block;
		margin-top: -1px;
		padding: 13px 30px 13px 18px;
		border: solid 1px #ffffff;
	}
	#sp_gnav .gnav li a:after {
		content: '';
		display: block;
		width: 7px;
		height: 8px;
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -4px;
		background: url(../img/common/icon_arrow06.png) no-repeat;
		background-size: 7px auto;
		-webkit-background-size: 7px auto;
		-moz-background-size: 7px auto;
		-o-background-size: 7px auto;
	}
	#sp_gnav .gnav img {
		margin: 0 auto 0 0;
	}
	#sp_gnav .hnav {
		margin: 0 0 5px;
	}
	#sp_gnav .hnav ul {
		width: 62%;
		/*width: 100%;*/ /*一時的に伸ばす*/
		float: left;
	}
	#sp_gnav .hnav p {
		width: 30%;
		float: right;
		/*display: none;*/ /*一時的に隠す*/
	}
	#sp_gnav .hnav li {
		margin: 0 0 7px;
	}
	#sp_gnav .hnav li a {
		display: block;
		padding: 11px 17px;
		background-image: url(../img/common/bg_hnav_sp.png), url(../img/common/bg_hnav_sp02.png);
		background-repeat: no-repeat, repeat-x;
		background-size: auto 100%, auto 100%;
		-webkit-background-size: auto 100%, auto 100%;
		-moz-background-size: auto 100%, auto 100%;
		-o-background-size: auto 100%, auto 100%;
		text-decoration: none;
		color: #ffffff;
	}
	#sp_gnav .hnav li a:before {
		content: '';
		display: inline-block;
		width: 5px;
		height: 6px;
		margin-right: .5em;
		background: url(../img/common/icon_arrow07.png) no-repeat;
		background-size: 5px auto;
		-webkit-background-size: 5px auto;
		-moz-background-size: 5px auto;
		-o-background-size: 5px auto;
	}
	#sp_gnav nav {
		background: #dd0000 url(../img/common/bg_sp_gnav.png) no-repeat left top;
		background-size: 100% auto;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		padding: 13px 4.6875% 0;
	}
	#sp_head_search_block {
		background: #341f1f;
		padding: 13px 4.6875%;
	}
	#sp_head_search_block .btn_search {
		position: absolute;
		top: 0;
		right: 0;
		-webkit-appearance: none;
		border-radius: 0;
	}
	#sp_head_search_block .search_box_block {
		margin-right: 33px;
	}
	#sp_head_search_block .search_box {
		border: none;
		background: #ffffff;
		width: 100%;
		height: 29px;
		text-indent: 0.5em;
		font-size: 16px;
		-webkit-appearance: none;
		border-radius: 0;
	}
}

/*pagetitle
----------------------------------------*/
#ttl_page {
	background-color: #2d2d2d;
	background-image: url(../img/common/bg_ttl_page.png), url(../img/common/bg_ttl_page02.png);
	background-repeat: no-repeat, repeat;
	background-position: center top;
	background: #2d2d2d url(../img/common/bg_ttl_page.png) no-repeat center\9;
	color: #ffffff;
	width: 100%;
	height: 120px;
	margin: -1px 0 15px;
	text-align: center;
}
#ttl_page h1 {
	color: #ffffff;
	font-size: 230.77%;
	line-height: 1.2;
	font-weight: bold;
	padding-top: 30px;
}

#ttl_page p {
	color: #9b9b9b;
	font-size: 93%;
}

@media screen and (max-width: 736px) {
	#ttl_page {
		height: auto;
		margin: 0 0 15px;

	}
	#ttl_page h1 {
		font-size: 182%;
		line-height: 1.4;
		padding-top: 15px;
	}

	#ttl_page p {
		font-size: 85%;
		padding-bottom: 12px;
	}
}

/*topic path
----------------------------------------*/
#topic_path {
	margin-bottom: 50px;
}

#topic_path a {
	color: #000000;
	text-decoration: none;
}

#topic_path a:hover {
	text-decoration: underline;
}

#topic_path ul {
	width: 1000px;
	margin: 0 auto;
}

#topic_path ul li {
	float: left;
	margin-right: 1em;
	font-size: 93%;
}
#topic_path ul li:first-child:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 12px;
	vertical-align: middle;
	margin-right: 0.5em;
	background: url(../img/common/icon_home.png) no-repeat center center;
}

#topic_path ul li:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 9px;
	vertical-align: middle;
	margin-right: 0.5em;
	background: url(../img/common/icon_arrow08.png) no-repeat center center;
}


@media screen and (max-width: 736px) {
	#topic_path {
		display: none;
	}
}


/*container
----------------------------------------*/
#contents {
	margin: 0 auto;
}

.container {
	width: 980px;
	margin: 0 auto;
	zoom: 1;
}

.container:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

#main {
	width: 730px;
	float: left;
}

#sub {
	width: 210px;
	float: right;
}


@media screen and (max-width: 736px) {
	#contents {
		background: none;
	}

	.container {
		width: auto;
		margin: 0 3.75% 20px;
		padding: 0;
	}

	#main {
		width: auto;
		float: none;
	}

	#sub {
		width: auto;
		float: none;
	}
}

/* サイドバー
----------------------------------------*/

#lnav {
	margin-bottom: 20px;
}
#lnav img {
	display: block;
	margin: 0 auto;
}
#lnav .ttl_block {
	background-color: #eeeeef;
	background-image: url(../img/common/bg_ttl_lnav02.png), url(../img/common/bg_ttl_lnav.png);
	background-repeat: no-repeat, repeat;
	background-position: center top;
	border-top: solid 2px #ff0000;
	margin-bottom: 2px;
	padding: 12px 10px 10px;
}
#lnav .ttl_block h2 {
	color: #333333;
	font-size: 138.5%;
	line-height: 1.5;
	margin-bottom: 5px;
	text-align: center;
}
#lnav .ttl_block a {
	display: block;
	text-decoration: none;
}
#lnav .ttl_block p {
	color: #ff0000;
	font-size: 85%;
	line-height: 1.5;
	margin-bottom: 5px;
	text-align: center;
}
#lnav h3 {
	background: #292929 url(../img/common/bg_lnav03.png) no-repeat right top;
	color: #ffffff;
	font-size: 123.1%;
	line-height: 1.5;
	font-weight: normal;
}
#lnav h3 a {
	display: block;
	padding: 13px 29px 13px 19px;
	color: #ffffff;
	text-decoration: none;
}
#lnav h3 a:after {
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
	background: url(../img/common/icon_ul02.png) no-repeat center center;
}
#lnav ul {
	margin: 0;
	font-size: 100%;
	line-height: 1.5;
	font-weight: bold;
	border: solid 1px #e5e5e5;
}
#lnav ul ul {
	border: none;
	font-size: 87.5%;
	line-height: 1.5;
}
#lnav ul li {
	margin: 0;
	padding: 0;
}
#lnav ul li a {
	display: block;
	padding: 13px 18px;
	background: url(../img/common/bg_lnav01.png);
	border-bottom: solid 1px #e5e5e5;
	text-decoration: none;
}
#lnav ul li li a {
	display: block;
	padding: 14px 18px 14px 25px;
	background: url(../img/common/bg_lnav02.png);
	border-bottom: solid 1px #e5e5e5;
}
#lnav ul li a:after {
	content: '';
	display: block;
	width: 7px;
	height: 11px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -6px;
	background: url(../img/common/icon_arrow04.png) no-repeat center center;
}
#lnav ul li.current > a {
	color: #dd0000;
}
.lnav_block {
	margin-bottom: 20px;
}
#sub ul.ul_banner li {
	background: none !important;
	margin: 0 auto 10px auto;
}
#sub ul.ul_banner li img {
	display: block;
	max-width: 100%;
	height: auto;
	_width: 100%;
}
.fixed {
	position: fixed;
	top: 20px;
}


@media only screen and (max-width: 736px) {
	#sub {
		width: auto;
		float: none;
	}
}


/*pagetop
----------------------------------------*/
#btn_pagetop {
	display: none;
	position: absolute;
	right: 50px;
	bottom: 340px;
	width: 62px;
	z-index: 1000;
}

@media only screen and (max-width: 736px) {
	#btn_pagetop {
		display: none;
	}
}

/* video
----------------------------------------*/
div.video_box {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

div.video_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*footer
----------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	border-bottom: solid 10px #ff0000;
}

#footer img {
	display: block;
	/*margin: 0 auto;*/
}

#footer_nav {
	background-color: #212428;
	background-image: url(../img/common/bg_footer.png), url(../img/common/bg_footer02.png);
	background-repeat: no-repeat, repeat;
	background-position: center top;
	background: #212428 url(../img/common/bg_footer.png) no-repeat center\9;
	background-size: auto 100%, auto auto;
	-webkit-background-size: auto 100%, auto auto;
	-moz-background-size: auto 100%, auto auto;
	-o-background-size: auto 100%, auto auto;
	color: #ffffff;
	min-height: 264px;
	padding: 27px 0;
}
#footer_nav h3 {
	width: 1000px;
	margin: 0 auto 10px;
}
#footer_nav nav {
	display: block;
	width: 1020px;
	margin: 0 auto;
}
#footer_nav nav .box {
	width: 50%;
	float: left;
}
#footer_nav nav .box ul{
	padding: 0 10px;
	font-size: 93%;
}
#footer_nav nav .box li {
	margin: 10px 0 0;
	padding: 0 0 0 1.3em;
	word-wrap: break-word;
}
#footer_nav nav .box li a {
	color: #ffffff;
}

#footer_nav nav .box li:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	float: left;
	margin: .5em 0 0 -1em;
	background: url(../img/common/icon_arrow02.png) no-repeat center center;
}

@media screen and (max-width: 736px) {
	#footer_nav {
		min-height: inherit;
		padding: 13px 0;
		background: url(../img/common/bg_footer_sp.png) no-repeat;
		background-size: 100% auto;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
	}
	#footer_nav h3 {
		width: auto;
		margin: 0 3.75%;
		padding: 9px;
		border: solid 1px #ffffff;
	}
	#footer_nav h3:after {
		content: '';
		display: block;
		width: 7px;
		height: 7px;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -3px;
		background: url(../img/common/icon_arrow_05.png) no-repeat;
		background-size: 7px auto;
		-webkit-background-size: 7px auto;
		-moz-background-size: 7px auto;
		-o-background-size: 7px auto;
	}
	#footer_nav nav {
		width: auto;
		margin: 0 auto;
		overflow: hidden;
		display: none;
	}
	#footer_nav nav .box {
		width: auto;
		float: none;
	}
}

#footer_block {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}
#footer_block ul {
	width: 40%;
	float: right;
	text-align: right
}
#footer_block ul li {
	display:inline-block;
	margin: 0 0 0 20px;
	padding: 0 0 0 1.3em;
}
#footer_block ul li:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	float: left;
	margin: .5em 0 0 -1em;
	background: url(../img/common/icon_arrow03.png) no-repeat center center;
}

#copyright {
	width: 60%;
	float: left;
	font-size: 93%;
}


@media screen and (max-width: 736px) {
	#footer {
		clear: both;
		width: 100%;
		border-bottom: solid 6px #ff0000;
	}
	#footer_block {
		width: auto;
		margin: 0 3.75%;
		padding: 10px 0 10px;
	}
	#footer_block ul,
	#copyright {
		width: auto;
		float: none;
		text-align: left;
		font-size: 77%;
	}
	#footer_block ul li {
		display:inline-block;
		margin: 0 20px 0 0;
		padding: 0 0 0 1.3em;
	}
	#copyright {
		font-size: 8px;
		margin-top: 12px;
	}
}


.daily {
	border: 5px #b6b6b6 solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 50px;
	padding: 30px 0 10px 0;
}

.daily span.title {
	font-size: 215%;
	color: #e95611;
	margin-left: 32px;
}

.daily span.date {
	font-size: 150%;
	color: #727071;
	margin-left: 20px;
}

.daily img {
	float: right;
	margin-bottom: 20px;
	margin-left: 12px;
	margin-right: 22px;
}


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

	.daily {
		border: 5px #b6b6b6 solid;
		-webkit-border-radius: 5px;
		margin-bottom: 50px;
		padding: 15px;
	}

	.daily span.title {
		font-size: 215%;
		color: #e95611;
		margin-left: 3%;
	}

	.daily span.date {
		font-size: 150%;
		color: #727071;
		margin-left: 0;
	}

	.daily img {
		width: 95%;
		text-align: center;
		margin: 10px 2.5%;
	}

	.daily span.photo img {
		margin-top: 10px;
	}

}

/*リンクの自動改行用CSS
----------------------------------------*/
.link_break{
	word-break: break-all;
}

