@charset "utf-8";
/* CSS Document */
/* e-community platform default theme */

/****************************************
		General Setting 
*****************************************/
a img, img {
	border:0;
}

abbr, acronym {
	border:0;
}

address, caption, cite, code, dfn, em, var {
	font-style:normal;
	font-weight:normal;
}

caption, th {
	text-align:left;
}

code, kbd, pre, samp, tt {
	font-family:monospace;
	line-height:100%;
}

	/* for IE7 */
	*+html code, kbd, pre, samp, tt {
		font-size:108%;
	}

ul {
	list-style:none;
}

.box_main p {
	margin:0;
}

* {
	margin: 0;
	padding: 0;
	word-break: narmal;
}

html, body, #wrapper {
	height: 100%;
}

body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 15px;
	line-height: 1.4;
	background: #F5F5F5 url(./img/kabe.gif) repeat;
}

a {
	color: #458DC4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a:visited {
	color: #458DC4;
}


/* 背景対策 */
*:first-child+html body {
	padding-left: 1px;
}
* html body {
	padding-left: 1px;
}
body,x:-moz-broken {
	margin-left: -1px;
}

/* メニューバー */
#menubar{
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 2;
}


/****************************************
		全体
*****************************************/

/* wrapper: footerを下寄せするための枠 */
#container, #header, #footer, #pagetop  {
    width: 100%;
    box-sizing: border-box;
}
#wrapper {
	height: auto;
	min-height: 100%;
	margin: 0 auto -65px;
	background-color: #FFF;
	box-shadow: 2px 0 2px rgba(0,0,0,0.3), -2px 0 2px rgba(0,0,0,0.3);
}
#container {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 120px 10px 64px 310px;
	background-color: #FFF;
	text-align: left;
}

/****************************************
		ヘッダー
*****************************************/
#header {
	position: fixed;
	top: 20px;
	left: 0;
	height: auto;
	min-height: 80px;
	margin-bottom: 15px;
	background-color: #205EB1;
	box-shadow: 0 2px 2px rgba(0,0,0,0.5);
	z-index: 1;
}
#header_container {
	padding: 12px;
	text-align: left;
}
#header a, #header a:visited {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#header h1 {
	font-size: 175%;
	font-family: HGP平成角ｺﾞｼｯｸ体W5, Verdana, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #FFF;
}
#header h2 {
	font-size: 150%;
	font-family: HGP平成角ｺﾞｼｯｸ体W3, Verdana, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #FFF;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.3);
}

/****************************************
		flexible structure
*****************************************/
#container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-lines: multiple;
	-moz-box-orient: horizontal;
	-moz-box-lines: multiple;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
#space_1 {
	min-width: 350px;	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1 0 520px;
	-webkit-flex: 1 0 520px;
	flex: 1 0 520px;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}
#space_2 {
	min-width: 350px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1 0 520px;
	-webkit-flex: 1 0 520px;
	flex: 1 0 520px;
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}

/****************************************
		contents
*****************************************/

/* space_1: メインカラム左 */
#space_1 {
	width: auto !important;
	margin: 0px 20px 10px 10px;
	padding-right: 15px;
}
#space_1 .box{
	text-align: left;
	margin-bottom: 16px;
	background-color: #fff;
}
#space_1 .box_menu {
	display: block;
}
#space_1 .box_menu span {
	display: block;
	padding: 0.25em 1em 0;
	line-height: 1.5em;
	background: #205EB1 url(./img/bg_upper.jpg) repeat;
	color: #FFF;
	font-size: 108%;
	font-weight: bold;
}
#space_1 .box_main {
	margin:0;
	padding: 10px;
	min-height: 50px;
	border-top: solid 3px #205EB1;
}

/* space_2: メインカラム右 */
#space_2 {
	width: auto !important;
	margin: 0 20px 10px -5px;
}
#space_2 .box{
	text-align: left;
	margin-bottom: 16px;
	background-color: #fff;
}
#space_2 .box_menu {
	display: block;
}
#space_2 .box_menu span {
	display: block;
	padding: 0.25em 1em 0;
	line-height: 1.5em;
	background: #205EB1 url(./img/bg_upper.jpg) repeat;
	color: #FFF;
	font-size: 108%;
	font-weight: bold;
}
#space_2 .box_main {
	margin:0;
	padding: 10px;
	min-height: 50px;
	border-top: solid 3px #205EB1;
}

/* space_3: 左カラム */
#space_3 {
    position: fixed;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 300px;
    box-sizing:border-box;
    padding: 120px 20px 80px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
    background: rgb(32, 94, 177);
    overflow: auto;
}
#space_3 .box {
	text-align: left;
	background-color: #FFF;
}
#space_3 .box_menu {
	padding-left: 15px;
	line-height: 24px;
	background: #458DC4 url(./img/bg_upper.jpg) repeat;
}
#space_3 .box_menu span {
	display: block;
	font-size: 108%;
	font-weight: bold;
	color: #fff;
}
#space_3 .box_main {
	margin: 0;
	padding: 10px;
}


/****************************************
		フッター
*****************************************/

#footer {
	clear: both;
	position: relative;
	height: 65px;
	padding: 5px 0 10px;
	margin-top: -30px auto 0;
	text-align: center;
	background-color: #205EB1;
	box-shadow: -2px -2px 2px rgba(0,0,0,0.4);
}

#footer .footer_content {
	color: #EAEAEA;
	font-size: 66%;
	padding-top: 5px;
}

#footer ul {
	list-style: none;
}
#footer ul li {
	display: inline;
	padding: 0px 8px;
	line-height: 1.8em;
	border-right: solid 1px #EAEAEA;
}
#footer ul li.start {
	border-left: solid 1px #EAEAEA;
	padding-left: 8px;
}
#footer ul a, #footer ul a:visited {
	color: #DDFFFF;
}

/* ページトップボタン */
#pagetop {
    position: fixed;
    bottom: 0;
    z-index: 9999;
}
#pagetop a {
	float: right;
	display: block;
    padding: 0.5em;
	background: url(./img/bg_upper.jpg);
}
#pagetop a, #pagetop a:hover, #pagetop a:visited {
    font-size: 0.8em;
	color: #EEFFFF;
	text-decoration: none;
}


/****************************************
		その他
*****************************************/

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* 個別記事 */ 
.mod_blog_main_title {
	font-size: 120%;

	margin-bottom:10px;
	margin-top:10px;
} 
.mod_blog_main_content a {
	text-decoration:underline;
}

/* floatの崩れ対策 */
.m_page_body:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

/* ページテンプレート設定画面崩れ対策 */
#menu_layout ~ #wrapper #header, #menu_layout ~ #wrapper #space_3 {
    position: absolute;
    top: 0;
}
#menu_layout ~ #wrapper {
    min-height: 100px;
}

/* ブロックHTML内でメニューのように見せたいとき */
.list_arrow ul, .list_arrow ul li {
	padding: 0;
	margin: 0;
}
.list_arrow ul li { 
	list-style: none; 
	line-height: 1.4;
	
}
.list_arrow ul li a {
	background: #fff url(./images/http://nankai-bosai.jp/v0.1/css/../skin/default/arw.png) 3px 6px no-repeat;
	padding-left: 22px;
	display: block;
	padding: 3px 0 3px 22px;
}
.list_arrow ul li a:hover { 
	background-color: #eaffe8;
}


/****************************************
　スマートフォン用（ウィンドウ幅422px以下）
*****************************************/
@media screen and (max-width: 422px) {
	#menubar_logoimg {
		display: none;
	}
}


