@charset "utf-8";
 @import url(utility.css);
/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	line-height: 1.6;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", verdana, sans-serif;
	font-size: .9em;
	background: #fff;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure, form, input, textarea {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}
ul {
	list-style-type: none;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;
}
table {
	border-collapse: collapse;
	font-size: 100%;
	border-spacing: 0;
}
iframe {
	display: none;
}
#mainimg {
	display: none;
}
a {
	color: #0066cc;
	text-decoration: none;
}
/*container
---------------------------------------------------------------------------*/
#container {
	width: 100%;
	margin: 0;
	padding: 0;
}
/*contents
---------------------------------------------------------------------------*/
#contents {
	width: 100%;
}
.home #contents {
	height: auto;
	position: relative;
	width: 100%;
	bottom: 0px;
	right: 0%;
}
/*header
---------------------------------------------------------------------------*/
header {
	display: none;
}
/*main
---------------------------------------------------------------------------*/
#main {
	padding: 10px 30px;
	position: relative;
}
/*sns_nav
---------------------------------------------------------------------------*/
.sns_nav {
	display: none;
}
/* HOME */
.homemain {
	padding: 70px 0 20px 0;
}
/* search_home */
#search_home {
	margin: 0 auto;
	z-index: 400;
	width: 650px;
}
#search_home .homeimg {
	text-align: center;
}
#search_home .logowrap {
	display: table;
	width: 100%;
	padding: 40px 0 15px;
}
#search_home .logowrap h1 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
#search_home .logowrap h2 {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}
#search_home .hometxt {
	margin: 10px 0;
	font-size: 0.9em;
	text-align: center;
	color: #003484;
}
/* slider */
.slider {
	font-size: 1em;
	color: #000;
	padding: 10px;
	z-index: 300;
	background: rgba(255,255,255,0.9);
	border: 1px solid #aec2d8;
	padding: 10px 10px 10px;
	margin: 0 auto 30px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 10px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	max-width: 630px;
}
.home .slider {
	position: relative;
	margin: 60px auto 0;
}
.bxslider_news li {
	text-align: center;
}
.bxslider_news dt {
	font-weight: bold;
	font-size: 1.05em;
}
#search_home input[type="text"] {
	font-size: 0.9em;
}
#search input[type="text"] {
	font-size: 0.9em;
}
/*lists
---------------------------------------------------------------------------*/
.lists {
	margin: 20px auto 0;
	text-align: center;
}
.list {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 12px 12px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 10px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.list.col1 {
	border-left: 1px solid #da7678;
	border-right: 1px solid #da7678;
	border-bottom: 1px solid #da7678;
	border-top: 7px solid #da7678;
}
.list.col2 {
	border-left: 1px solid #ffa147;
	border-right: 1px solid #ffa147;
	border-bottom: 1px solid #ffa147;
	border-top: 7px solid #ffa147;
}
.list.col3 {
	border-left: 1px solid #439b9d;
	border-right: 1px solid #439b9d;
	border-bottom: 1px solid #439b9d;
	border-top: 7px solid #439b9d;
}
.list.col4 {
	border-left: 1px solid #852390;
	border-right: 1px solid #852390;
	border-bottom: 1px solid #852390;
	border-top: 7px solid #852390;
}
.list.col5 {
	border-left: 1px solid #4d62bd;
	border-right: 1px solid #4d62bd;
	border-bottom: 1px solid #4d62bd;
	border-top: 7px solid #4d62bd;
}
.list.col6 {
	border-left: 1px solid #57acfc;
	border-right: 1px solid #57acfc;
	border-bottom: 1px solid #57acfc;
	border-top: 7px solid #57acfc;
}
.list.col7 {
	border-left: 1px solid #e596b3;
	border-right: 1px solid #e596b3;
	border-bottom: 1px solid #e596b3;
	border-top: 7px solid #e596b3;
}
.list a {
	display: block;
	text-decoration: none;
	color: #000;
	text-shadow: 0 0 0.2em rgba(255,255,255,1);
}
.list figure {
	width: 255px;
}
.list h2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: calc(100% - 20px);
	background: url(../images/bg_listttl.png) repeat-x;
	text-align: center;
	padding: 10px 10px 60px;
	font-size: 1em;
	line-height: 1.4;
}
.list h2 a {
	color: #000;
}
/*footer
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding: 15px 20px 15px;
	font-size: 0.85em;
	color: #7E889E;
}
.style1 {
	color: #fff;
	background-color: #903;
	font-size: .9em;
	font-weight: normal;
	margin: 0 5px 0 0;
	padding: 0 4px;
}
/*box
---------------------------------------------------------------------------*/
.box {
	padding: 30px 30px 20px;
	margin: 30px 0;
}
.box.col1 {
	background: rgb(209,209,239);
	background: linear-gradient(225deg, rgba(224,224,251,1) 0%, rgba(220,235,244,1) 50%, rgba(220,244,221,1) 100%);
	border: 1px solid #ceceec;
}
.box.col2 {
	background: rgb(209,209,239);
	background: linear-gradient(45deg, rgba(224,224,251,1) 0%, rgba(220,235,244,1) 50%, rgba(220,244,221,1) 100%);
	border: 1px solid #bedfc2;
}
/*その他
---------------------------------------------------------------------------*/
.sh {
	display: none;
}
.foot {
	background: rgba(200,200,200,0.3);
	padding-top: 15px;
	clear: both;
	margin-top: 30px;
}
.homeban {
	margin: 0 auto;
	text-align: center;
}
.homeban ul li {
	display: inline-block;
	margin: 5px;
}
.homeban ul li img {
	max-height: 60px;
}
.foot h2 {
	margin: 10px 10px 0;
	font-size: 0.8em;
	text-align: left;
	color: #003484;
}
/* ========HEAD========= */
#head {
	position: relative;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 5px solid #005c49;
	margin: 0;
}
#headimg {
	margin: 0;
	padding: 0;
}
#headimg ul {
	display: table;
}
#headimg ul li {
	display: table-cell;
	padding-right: 15px;
}
#headimg ul li.cat {
	border-left: 1px solid #cecece;
}
#search {
	display: none;
}
.footlink {
	margin: 10px auto 0;
	text-align: center;
}
.footlink li {
	display: inline-block;
	font-size: 0.8em;
	margin: 8px 2px;
}
.footlink li a {
	border: 1px solid #cecece;
	background: rgba(255,255,255,0.7);
	padding: 6px;
	color: #000;
}
/*c_manu*/

.c_manuWrap {
	margin: 30px 0;
	padding: 0 0 20px;
	text-align: center;
	background: #fff;
	border: 1px solid #57699d;
	box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
}
.c_manuWrap.gen {
	border: 1px solid #579c50;
}
.c_manu {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0;
	margin: 0 2px;
	width: calc(100% - 40px);
	text-align: center;
}
.c_manu ul {
	text-align: left;
	margin: 0 auto;
}
.c_manu ul li {
	text-align: left;
	display: inline-block;
	padding-right: 15px;
}
.c_manu ul li.title {
	display: block;
}
.c_manu ul li.title.bg11 {
	background: url(../images/ic_11.png) no-repeat center top;
}
.c_manu ul li.title.bg12 {
	background: url(../images/ic_12.png) no-repeat center top;
}
.c_manu ul li.title.bg13 {
	background: url(../images/ic_13.png) no-repeat center top;
}
.c_manu ul li.title.bg14 {
	background: url(../images/ic_14.png) no-repeat center top;
}
.c_manu ul li.title.bg15 {
	background: url(../images/ic_15.png) no-repeat center top;
}
.c_manu ul li.title.bg16 {
	background: url(../images/ic_16.png) no-repeat center top;
}
/* MEDNEWS */
	
.index_l {
	display: block;
	width: auto;
	margin: 10px 0 0;
	padding: 0 20px;
	vertical-align: top;
	font-size: 0.9em;
}
.index_r {
	display: none;
}
.index_l dl {
	border-bottom: 1px dotted #cecece;
	margin: 0;
	padding: 0;
}
.index_r dl {
	margin: 0;
	padding: 0;
}
.index_l dt {
	float: left;
	line-height: 1.4;
	margin: 0;
	padding: 5px 2px;
}
.index_l dd {
	line-height: 1.4;
	margin: 0;
	padding: 5px 2px 5px 85px;
}
.ind_ttl ul {
	display: table;
	width: 100%;
	background: url(../images/bg_indttl.png) repeat-x bottom;
}
.ind_ttl ul li {
	display: table-cell;
	text-align: left;
}
.ind_ttl ul li.alllist {
	text-align: right;
}
.ind_ttl ul li.alllist ul li {
	display: inline-block;
	text-align: right;
}
.news {
	clear: both;
	margin: 0;
	padding: 4px;
	border-left: solid 1px #cecece;
	border-right: solid 1px #cecece;
	border-bottom: solid 1px #cecece;
	height: 398px;
	overflow: auto;
	overflow-x: hidden;
	background: #fff;
}
.news_g {
	clear: both;
	margin: 0;
	padding: 4px;
	border-left: solid 1px #cecece;
	border-right: solid 1px #cecece;
	border-bottom: solid 1px #cecece;
	height: 202px;
	overflow: auto;
	overflow-x: hidden;
	background: #fff;
}
.kanren {
	clear: both;
	padding: 4px;
	border-left: solid 1px #cecece;
	border-right: solid 1px #cecece;
	border-bottom: solid 1px #cecece;
	overflow: auto;
	overflow-x: hidden;
	background-image: url("../images/bg_kanren.gif");
}
.pickup {
	margin: 20px auto 0;
	clear: both;
	padding: 0;
	text-align: center;
}
.pickup ul:after {
	content: "";
	display: block;
	clear: both;
}
.pickup ul {
	margin: 0 auto 0 !important;
}
.pickup ul li {
	display: inline-block;
	text-align: center;
	padding: 0;
	margin: 0 10px 10px;
	vertical-align: top;
	border: 1px solid #fff;
}
.pickup ul li a {
	display: block;
	padding: 10px 15px 10px;
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
	border-radius: 4px;
	text-shadow: 1px 1px 2px #333;
}
.pickup ul.type01 li a {
	background: url(../images/bg_pickup.png) repeat-x center, #3a7e3d;
}
.pickup ul li.primary a {
	background: url(../images/bg_pickup.png) repeat-x center, #d87f00;
}
.pickup ul li.essential a {
	background: url(../images/bg_pickup.png) repeat-x center, #a5192e;
}
.pickup ul li.topic a {
	background: url(../images/bg_pickup.png) repeat-x center, #2c479d;
}
.pickup ul.type02 li a {
	padding: 10px 40px 10px 15px;
	background: url(../images/bg_pickup.png) repeat-x center, #2c77ae url(../images/ic_ex.png) no-repeat right 10px center;
}
.pickup ul.type03 {
	margin-top: 10px !important;
	padding-top: 15px;
	border-top: 1px solid #abb4ce;
}
.pickup ul.type03 li a {
	padding: 10px 40px 10px 15px;
	background: url(../images/bg_pickup.png) repeat-x center, #f6f7fa url(../images/ic_ex.png) no-repeat right 10px center;
	border-radius: 0;
	color: #2c479d;
	text-shadow: none;
	border: 1px solid #abb4ce;
}
.pickup ul.type03 li a span {
	padding: 2px 6px;
	margin: 0 0 0 8px;
	background: #f8f8d8;
	border: 1px solid #e5e4ac;
	font-size: 0.9em;
	border-radius: 2px;
}
#headnavi {
	display: none;
}
