﻿@charset "utf-8";
/* CSS Document */

/**************************** タブレット用ここから ****************************/
@media screen and (min-width:641px) and (max-width:940px){
* {
}

body {
	-webkit-text-size-adjust: 100%;/*iphone文字サイズ自動変更防止*/
}

/* レイアウト */

#container {
	font-size: 87.5%;
	width: 100%;
	min-width: 651px;
}

#contents_area {
	width: auto;
	margin: 15px;
}

#left_column {
	width: 100%;
	float: left;
	margin-right: -250px;
	margin-bottom: 30px;
	overflow: hidden;
}

#right_column {
	width: 250px;
	float: right;
}

/* ヘッダー */

#header {
	min-width: 641px;
}

/* ヘッダーメニュー */

#main_menu {
	font-size: 0.9em;
}

#main_menu ul {
	width: 57em;
}

#main_menu ul li a {
	width: 8em;
}



/* フッターメニュー */

#footer {
	font-size: 0.85em;
}

/* コンテンツ */

.wrapper div img {
	max-width: 90%;
  text-align: center;

	height: auto;
}





}
/**************************** タブレット用ここまで ****************************/

/**************************** スマートフォン用ここから ****************************/
@media ( max-width : 640px ) {

* {
	clear: both!important;
	float: none!important;
}

body {
	-webkit-text-size-adjust: 100%;/*iphone文字サイズ自動変更防止*/
}

a:visited {}

a:link {}

a:focus {}

a:active {}

a:hover {}



/* レイアウト */

#container {
	font-size: 100%;
	min-width: 300px;
}

#footer {
	text-align: left;
}

/* ヘッダー */

#header {
	width: 100%;
	min-width: 300px;
	overflow: visible;
	text-align: center;
	background: none;
}

#header ul {
	width: 95%;
	margin: 10px auto;
	text-align: left;
	border-top: 1px dotted #ccc;
}

#header ul li {
	width: 49%;
	height: 2em;
	display: inline-block;
	list-style: none;
	font-size: 0.9em;
	padding: 0px;
	border-bottom: 1px dotted #ccc;
}

#header ul li a:link {
	width: 100%;
	height: 2em;
	line-height: 2em;
	padding-left: 30px;
	color: #333;
	text-decoration: underline;
}

#header ul li a:visited {
	color: #333;
	text-decoration: underline;
}

#header ul li a:hover {
	color: #2676ff;
	text-decoration:none;
}



/* ヘッダーメニュー */

#main_menu {
	display: none;
}





#contents_area {
	width: 100%;
	margin: 10px auto;
}

h1 {
	padding: 10px 15px;
	font-size: 1.2em;
	letter-spacing: 0.08em;
	text-align: left;
	  background: #064ba0;
	  color: #fff;
	border-top: 1px solid #064ba0;
	border-bottom: 1px solid #064ba0;
}


#date {
	color: #333;
	float: none;
	font-size: 80%;
	text-align: right;
	margin: 0;
	padding: 10px 15px 0;
	background: none;
}


/* 編集可能領域内スタイル */

.wrapper {
}

.wrapper h1{
  margin-top: 20px;
  background: #44546A;
  color: #fff;
  font-size: 1.6em;
  margin-bottom: 10px;
  padding: 1rem 0;
padding-left:2rem;


}
.wrapper h2 {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 30px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.08em;
	border-top: 2px solid #cfe2fa;
	border-bottom: 1px solid #cfe2fa;
  background: #cfe2fa;

}
h2.aaa{
	background-color: #fbe5d6;
}
h2.bbb{
	background-color: #fff2cc;
}

h2.ccc{
	background-color: #e2f0d9;
}

.wrapper h3 {
	margin-left: 10px;
	padding: 10px 10px 10px 20px;
	font-size: 1.18em;
	font-weight: bold;
	letter-spacing: 0.08em;
}

.wrapper h4 {
	margin-left: 10px;
	padding: 10px 10px 10px 20px;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.08em;
  background: #346EAE;
  color: #fff;

}


.wrapper h5 {
	margin-left: 15px;
	padding: 10px 10px 10px 0;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.08em;
}


.wrapper h6 {
	margin-left: 15px;
	padding: 10px 10px 10px 0;
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 0.08em;
}

.wrapper div {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

.wrapper div img {
 max-width: 98%;
 margin:0 auto;
 height: auto;
  text-align: center;

}

.wrapper p {
	margin: 15px;
}

.wrapper p img{
max-width:100%;
}

.wrapper ul {
	margin: 15px 15px 15px 40px;
	list-style-image: url("../img/common/arrow_li.gif");
}

.wrapper ul li {
	margin-bottom: 10px;
}

.wrapper ol {
	margin: 15px 15px 15px 40px;
	list-style-position: outside;
}

.wrapper ol li {
	margin-bottom: 10px;
}

.wrapper dl {
	margin: 15px;
}

.wrapper dl dt {
	font-weight: bold;
	letter-spacing: 0.08em;
}

.wrapper dl dd {
}

.wrapper dl dd ul {
	margin-right: 15px;
	margin-left: 20px;
}

.wrapper dl dd ol {
	margin-right: 15px;
	margin-left: 20px;
}

.wrapper li ol {
	margin-right: 15px;
	margin-left: 20px;
}

.wrapper li ul {
	margin-right: 15px;
	margin-left: 20px;
}

.wrapper address {

}

.wrapper blockquote {
	margin: 0 20px;
}


.wrapper blockquote {
	margin: 0 20px;
}

.wrapper table {
	margin: 0 auto 10px;
	padding: 0;
}


.wrapper table caption {
}

.wrapper table tr {
}

.wrapper table tr th {
	width: auto!important;
	font-size: 0.9em;
}

.wrapper table tr td {
	width: auto!important;
	font-size: 0.9em;
}

/* 定義リスト　dd横並び */
.wrapper dl.ddfloat01 {
	margin-left: 30px;
}

.wrapper dl.ddfloat01 dt {
	font-weight: bold;
	clear: both;
	line-height: 3em;
	padding-top: 20px;
	margin-bottom: 5px;
}

.wrapper dl.ddfloat01 dd {
	float: left;
	margin-left: 20px;
	padding-left: 1.2em;
}

/* 記号付きリスト　li横並び */

.lifloat01 {
}

.lifloat01 li {
	margin-right: 0;
}



/* フッター */

.wrapper .pagetop {
	margin: 10px 15px;
	font-size: 80%;
	text-align: right;
	width:95%;
}

.pagetop {
	width:98%;
}


#footer p {
	text-align:center;
	padding: 10px 15px;
	font-size: 0.9em;
}


.footer_menu01 {
	width: 95%;
	margin: 20px auto 0;
	text-align: left;
	border-top: 1px dotted #ccc;
}

.footer_menu01 li {
	width: 100%;
	height: 2.5em;
	display: block;
	list-style: none;
	background: #ffffff url("/img/common/icon_footer.gif") no-repeat 10px 50%;
	padding: 0px;
	border-bottom: 1px dotted #ccc;
}

.footer_menu01 li a:link {
	height: 2.5em;
	line-height: 2.5em;
	padding-left: 30px;
	color: #333;
	text-decoration: underline;
}

.footer_menu01 li a:visited {
	color: #333;
	text-decoration: underline;
}

.footer_menu01 li a:hover {
	color: #2676ff;
	text-decoration:none;
}

.footer_menu02 {
	width: 95%;
	margin: 0 auto;
	text-align: left;
	border-top: none;
}

.footer_menu02 li {
	width: 100%;
	height: 2.5em;
	display: block;
	list-style: none;
	background: #ffffff url("/img/common/icon_footer.gif") no-repeat 10px 50%;
	padding: 0px;
	border-bottom: 1px dotted #ccc;
}

.footer_menu02 li a:link {
	height: 2.5em;
	line-height: 2.5em;
	padding-left: 30px;
	color: #333;
	text-decoration: underline;
}

.footer_menu02 li a:visited {
	color: #333;
	text-decoration: underline;
}

.footer_menu02 li a:hover {
	color: #2676ff;
	text-decoration:none;
}


  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

}
/**************************** スマートフォン用ここまで ****************************/

