@charset "utf-8";
/*
Theme Name: ishichou
Theme URI: https://www.iwac.jp
Description: レスポンシブ対応の2カラムテーマ
Version: 1.0
Author: Kameyama
Author URI: https://iWac.jp
*/


/*------------------------------
reset
------------------------------*/


/*----------layout----------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ margin:0px;padding:0px;} 
table { border-collapse:collapse;border-spacing:0;} 
fieldset,img {border:0;} 
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal;} 
li{list-style:none;} 
caption,th{text-align:left;}
q:before,q:after {content:'';} 
abbr,acronym { border:0;} 
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}

.clearboth{clear:both;}



/*----------font----------*/
h1,h2,h3,h4,h5,h6 {font-size:110%; font-weight:bold;} 
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}

html {
	font-size:62.5%;
}

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

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.fleft,
.alignleft {
	float: left;
}

.fright,
.alignright {
	float: right;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* ie 8 img max-width */
@media \0screen {
  img { width: auto;}
}
/*------------------------------
sider
------------------------------*/
.sidr{
	display:none;
	position:absolute;
	position:fixed;
	top:0;
	height:100%;
	z-index:999999;
	width:260px;
	overflow-x:none;
	overflow-y:auto;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:15px;
	background:#333;
	color:#fff;
	/*-webkit-box-shadow:inset 0 0 5px 5px #222;
	-moz-box-shadow:inset 0 0 5px 5px #222;
	box-shadow:inset 0 0 5px 5px #222*/
}
.sidr .sidr-inner{
	padding:0 0 15px
}
.sidr .sidr-inner>p{
	margin-left:15px;
	margin-right:15px
}
.sidr.right{
	left:auto;right:-260px
}
.sidr.left{
	left:-260px;
	right:auto
}
.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{
	font-size:11px;
	font-weight:normal;
	padding:0 15px;
	margin:0 0 5px;
	color:#fff;
	line-height:24px;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
	background-image:-webkit-linear-gradient(#4d4d4d,#1a1a1a);
	background-image:-moz-linear-gradient(#4d4d4d,#1a1a1a);
	background-image:-o-linear-gradient(#4d4d4d,#1a1a1a);
	background-image:linear-gradient(#4d4d4d,#1a1a1a);
	/*-webkit-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);
	box-shadow:0 5px 5px 3px rgba(0,0,0,0.2)*/
}
.sidr p{
	font-size:13px;
	margin:0 0 12px
}
.sidr p a{
	color: #fff;/*rgba(255,255,255,0.9)*/
}
.sidr>p{
	margin-left:15px;
	margin-right:15px
}
.sidr ul{
	display:block;
	margin:0 0 15px;
	padding:0;
	border-top:1px solid #1a1a1a;
	border-bottom:1px solid #4d4d4d
}
.sidr ul li{
	display:block;
	margin:0;
	line-height:48px;
	border-top:1px solid #4d4d4d;
	border-bottom:1px solid #1a1a1a
}
.sidr ul li:hover{
	/*border-top:none;*/
	/*line-height:49px*/
	/*background: #777;*/
}
.sidr ul li:hover>a,.sidr ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span{
	/*-webkit-box-shadow:inset 0 0 15px 3px #222;
	-moz-box-shadow:inset 0 0 15px 3px #222;
	box-shadow:inset 0 0 15px 3px #222*/
}
.sidr ul li a,.sidr ul li span{
	padding:0 15px;
	display:block;
	text-decoration:none;
	color:#fff
}
.sidr ul li ul{
	border-bottom:none;
	margin:0
}
.sidr ul li ul li{
	line-height:40px;
	font-size:13px
}
.sidr ul li ul li:last-child{
	border-bottom:none
}
.sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active{
	/*border-top:none;*/
	/*line-height:41px*/
}
.sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span,.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span{
	/*-webkit-box-shadow:inset 0 0 15px 3px #222;
	-moz-box-shadow:inset 0 0 15px 3px #222;
	box-shadow:inset 0 0 15px 3px #222*/
}
.sidr ul li ul li a,.sidr ul li ul li span{
	color:#fff;/*rgba(255,255,255,0.8);*/
	padding-left:30px
}
.sidr form{
	margin:0 15px
}
.sidr label{
	font-size:13px
}
.sidr input[type="text"],.sidr input[type="password"],.sidr input[type="date"],.sidr input[type="datetime"],.sidr input[type="email"],.sidr input[type="number"],.sidr input[type="search"],.sidr input[type="tel"],.sidr input[type="time"],.sidr input[type="url"],.sidr textarea,.sidr select{
	width:100%;
	font-size:13px;
	padding:5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 0 10px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	border:none;
	background:rgba(0,0,0,0.1);
	color:rgba(255,255,255,0.6);
	display:block;
	clear:both
}
.sidr input[type=checkbox]{
	width:auto;
	display:inline;
	clear:none
}
.sidr input[type=button],.sidr input[type=submit]{
	color:#333;
	background:#fff
}
.sidr input[type=button]:hover,.sidr input[type=submit]:hover{
	background:rgba(255,255,255,0.9)
}
/*-- mobile navi --*/
#mobileNavi {
	width: 100%;
	height: 52px;
	padding: 2px 0;
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#5eccff', endColorstr = '#2da7e0');
INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#5eccff', endColorstr = '#2da7e0')";*/
background: #192870;
/*Element must have a height (not auto)*/
/*All filters must be placed together
background-image: -moz-linear-gradient(top, #5eccff, #2da7e0);
background-image: -ms-linear-gradient(top, #5eccff, #2da7e0);
background-image: -o-linear-gradient(top, #5eccff, #2da7e0);
background-image: -webkit-gradient(linear, center top, center bottom, from(#5eccff), to(#2da7e0));
background-image: -webkit-linear-gradient(top, #5eccff, #2da7e0);
background-image: linear-gradient(top, #5eccff, #2da7e0);*/
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

#mobileNavi > a {
	color: #fff;
	font-size: 14px;
}

#mobileNavi > a:hover {
	text-decoration: none;
	color: #fff;
}

#simple-menu {
	display: block;
	height: 48px;
	width: 48px;
	background: #2c3e50;
	margin-left: 10px;
	text-align: center;
	border-radius: 3px;
}

#simple-menu span {
	position: relative;
	top: 12px;
}

#simple-menu:hover,
#simple-menu:active {
	background: #34495e;
	color: #fff600
}
	

#globalNvi {
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#5eccff', endColorstr = '#2da7e0');
INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#5eccff', endColorstr = '#2da7e0')";
Element must have a height (not auto)*/
/*All filters must be placed together
background-image: -moz-linear-gradient(top, #5eccff, #2da7e0);
background-image: -ms-linear-gradient(top, #5eccff, #2da7e0);
background-image: -o-linear-gradient(top, #5eccff, #2da7e0);
background-image: -webkit-gradient(linear, center top, center bottom, from(#5eccff), to(#2da7e0));
background-image: -webkit-linear-gradient(top, #5eccff, #2da7e0);
background-image: linear-gradient(top, #5eccff, #2da7e0);*/
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
	background: #192870;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 0;
	width: 100%;
}
#globalNvi ul {
	font-size: 14px;
	list-style: none;
	margin: 0;/* 0 0 -0.8125em;*/
	padding-left: 0;
}
	
#globalNvi li {
	width: 140px;
	float: left;
	position: relative;
	border-left: 1px #ffffff dotted;
	padding-top:4px;
}

#globalNvi li:last-child {
	border-right: 1px #ffffff dotted;
}

#globalNvi li ul li,
#globalNvi li ul li:last-child {
	border: none;
}
#globalNvi a {
	color: #ffffff;
	display: block;
	line-height: 2.5em;
	padding: 0 2em;
	margin:8px 0;
	text-decoration: none;
	text-align: center;
}
#globalNvi ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	/*top: 3.333em;*/
	left: 0;
	width: 180px;
	z-index: 99999;
	padding: 4px 0;
	background: #44b9ef;
}
#globalNvi ul ul ul {
	left: 100%;
	top: 0;
}
#globalNvi ul ul a {
	background: #44b9ef;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 3px 5px 3px 10px;
	width: 165px;
	margin: 0;
}
#globalNvi li:hover > a,
#globalNvi a:focus {
	background: #888888;
}
#globalNvi ul ul a:hover {
	background: #888888;
}
#globalNvi li:hover > a,
#globalNvi a:focus {
	color: #ffffff;
}
#globalNvi ul li:hover > ul {
	display: block;
}
#globalNvi ul .current_page_item a,
#globalNvi ul .current_page_parent a,
#globalNvi ul .current_page_parent ul .current_page_item a {
	background: #888888;
	color: #ffffff;
}

#globalNvi ul .current_page_parent ul a,
#globalNvi ul .current_page_parent .current_page_parent a {
	background: #44b9ef;
	color: #ffffff;
}
#globalNvi ul .current_page_parent ul a:hover,
#globalNvi ul .current_page_parent .current_page_parent a:hover {
	background: #888888;
	color: #ffffff;
}
/*----------------*/

/*--------------------------
style
-----------------------------*/
/*--Text------------------------------------------------------------*/

body {
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.6;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

* html body {/*IE6*/
	font-family: "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

*:first-child + html body {/*IE7*/
	font-family: "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/*--Link------------------------------------------------------------*/

a,
a:link {
	color: #2980b9;
	text-decoration: none;
}

a:visited {
	color: #2980b9;
	text-decoration: none;
}

a:hover,
a:active {
	color: #3498db;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

a img:hover {
  -ms-filter: "alpha( opacity=60 )";
  filter: alpha( opacity=60 );
  opacity: 0.6;
}

/*--HTML5-----------------------------------------------------------*/

article,aside,details,footer,header,hgroup,menu,nav,section,summary {
	display: block;
}

/*-------------------------------------------------------------
all
---------------------------------------------------------------*/
body {
	background: #F9F9F7;
}

#header {
	width: 100%;
	background: #fefefe;
	height: 64px;
	padding: 4px 0;
	border-bottom: 4px #192870 solid;
	box-shadow: 0 2px 3px #aaaaaa;
	z-index: 9999;
}

#header .headerTxt h1 {
	font-size: 12px;
	font-weight: normal;
}

#header .logoArea {
	max-height: 100px;
}

#header .inner img{
  margin: 5px 0;
}
/*----------------*/
#contents {
	padding: 5px 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.kome {
	font-size: 90%;
}

.textR {
	text-align: right;
}

.textC {
	text-align: center;
}
.mt10 {margin-top: 10px!important;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px!important;}
.mt40 {margin-top: 40px!important;}
.mt50 {margin-top: 50px!important;}
.mt60 {margin-top: 60px!important;}
.mt70 {margin-top: 70px!important;}
.mt80 {margin-top: 80px!important;}
.mt90 {margin-top: 90px!important;}
.mt100 {margin-top: 100px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb40 {margin-bottom: 40px!important;}
.mb50 {margin-bottom: 50px!important;}
.mb60 {margin-bottom: 60px!important;}
.mb70 {margin-bottom: 70px!important;}
.mb80 {margin-bottom: 80px!important;}
.mb90 {margin-bottom: 90px!important;}
.mb100 {margin-bottom: 100px!important;}
/*-------------------------------------------------------------
footer
---------------------------------------------------------------*/


#footer {
	background: #192870;
	color: #ffffff;
	width: 100%;
	min-height: 60px;
	height: 200px;
	clear:both;
}

#footer footer {
	padding: 10px 5px;
	font-size: 90%;
}

#footer a,
#footer a:link {
	color: #f39c12;
	text-decoration: none;
}

#footer a:visited {
	color: #f39c12;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	color: #f1c40f;
	text-decoration: underline;
}

#footer .logoArea {
	width: 400px;
	margin-left: -20px;
}
#footer .telArea {
	width: 220px;
	margin: 0px 5px;
}
#footer .telArea .tel {
	font-size: 16px;
	margin-left: 10px;
}
#footer .telArea .tel span {
	font-size: 180%;
	font-weight: bold;
}
#footer .addressArea {
	clear: both;
}
#footer .copyArea {
	clear:both;
}
#footer .copyArea .copy{
	text-align: right;
}
/*-------------------------------------------------------------
viewArea
---------------------------------------------------------------*/
#viewArea {
	margin: 20px auto -50px;
	padding: 30px 0 0;
	background: #fefefe;
}

#viewArea {
	position: relative;
}

#main_column .topView .title {
	font-size: 130%;
	line-height: 1.4;
}

#contents #main_visual{
	width:100%;
	margin: 0 auto;
	text-align: center;
}

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

---------------------------------------------------------------*/
#contents article p,
#contents article ul,
#contents article dl,
#contents article table {
	margin-bottom: 2em;
}
#contents article h1,
#contents article h2,
#contents article h3,
#contents article h4,
#contents article h5,
#contents article h6 {
	font-size: 120%;
	font-weight: bold;
	border-bottom: #d6d6d6 1px dotted;
	margin: 10px 0;
	padding-bottom: 5px;
	color: #1D314A;
	line-height: 1.5;
}

#contents article .title {
	font-size: 120%;
	margin: 0 0 0 0;
	color: #2E2E2E;
	border: none;
}

#contents article section .title {
	font-size: 120%;
	color: #2E2E2E;
	border-left: 4px #192870 solid;
	padding: 0 0 0 0.5em;
}
	

#contents article .subtitle {
	border-bottom: #192870 2px solid;
	color: #1D314A;
}
#contents article .midashi {
	font-size: 110%;
	color:#192870;
	background:#EEF0FF;  
	border-left:7px solid #192870;  
	padding:.4em .7em
}
#contents article .midashi_small {
	color:#192870;
	border-left:7px double #192870;  
	padding:.0em .7em
}
#contents article .line {
	background-color: #FFFA80;
	margin-left: 0.0em;
	margin-right: 0.2em;
}
#contents article .pen {
	color:#192870;
	background: url(img/icon_pen_blue.png) 0 3px no-repeat;
	padding-left: 26px;
}
#contents article .info {
	color:#192870;
	background: url(img/icon_info_pink.png) 0 3px no-repeat;
	padding-left: 26px;
}
#contents article .graph {
	color:#192870;
	background: url(img/icon_graph_green.png) 0 3px no-repeat;
	padding-left: 26px;
}
#contents article .arrow {
	color:#192870;
	background: url(img/icon_arrow_orange.png) 0 3px no-repeat;
	padding-left: 26px;
}
#contents article .light{
	color:#192870;
	background: url(img/icon_light_orenge.png) 0 3px no-repeat;
	padding-left: 26px;
}

#contents article .grayline {
	border: #d6d6d6 solid 1px;
	padding: 10px 20px;
	margin-bottom: 30px;
}
#contents article .grayback {
	background: #ECEFF1;
	padding: 10px 20px;
	margin-bottom: 30px;
}
#contents article .yellowback {
	background: #fffde7;
	padding: 10px 20px;
	margin-bottom: 30px;
}
#contents article .blueback {
	background: #E1F5FE;
	padding: 10px 20px;
	margin-bottom: 30px;
}
#contents article .pinkback {
	background: #FCE4EC;
	padding: 10px 20px;
	margin-bottom: 30px;
}
#contents article .greenback {
	background: #E8F5E9;
	padding: 10px 20px;
	margin-bottom: 30px;
}
/*-- /2015.2.9 --*/
#contents .wp_social_bookmarking_light {
	padding-bottom: 1em!important;
}

#contents article img {
	margin-bottom: 0.5em;
}

#contents article img.alignleft {
	margin-right: 1em;
}
#contents article img.alignright {
	margin-left: 1em;
}
#contents .cal {
	font-size: 12px;
	float: left;
	margin-right: 1em;
	color: #175a79;
}

#contents .cat,
#contents .tag {
	font-size: .9em;
	float: left;
	margin-right: 0em;
}

#contents .cat a {
	padding: 0 0.5em;
	background: #f39c12;
	color: #ffffff;
	border-radius: 2px;
}

#contents .cat a:hover {
	background: #f1c40f;
	text-decoration: none;
}

#contents .tag a {
	padding: 0 .5em;
	background: #f39c12;
	color: #ffffff;
	border-radius: 2px;
}

#contents .tag a:hover {
	background: #f1c40f;
	text-decoration: none;
}

/*-------------------------------------------------------------
カテゴリー
---------------------------------------------------------------*/
#main_column #category_desc section {
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin: 0 auto 25px;
	padding: 0;
}
#contents #category_desc article section .title {
	padding: 0;
	font-size: 185%;
	border: none;
}
#contents #category_desc article section p {
	margin-bottom: 0;
}
/*-------------------------------------------------------------
ぱんくず
---------------------------------------------------------------*/
	.breadcrumbs {
		margin-bottom: 20px;
	}
/*-------------------------------------------------------------
list
---------------------------------------------------------------*/

/*-------------------------------------------------------------
archive
---------------------------------------------------------------*/
#main_column .archivelist {
	padding: 20px 0;
	border-bottom: 1px #d6d6d6 dotted;
}


#main_column .archivelist section li {
	font-size: 12px;
}
#main_column .archivelist section li.cal {
	color: #16a085;
}
/*-------------------------------------------------------------
pager
---------------------------------------------------------------*/
#main_column section#pagination {
	margin-top: 20px;
	border:none;
	background:none;
	box-shadow:none;
}
#pagination .past-page {
	display: block;
	float: right;
}
#pagination .next-page {
	display: block;
	float: left;
}

#pagination > div a {
	width: 100px;
	padding: 0 5px;
	border-radius: 4px;
	background: #35ADE5;
	color: #ffffff;
	background: none\9;
	color: #3498db\9;
}

#pagination > div a:hover {
	background: #888888;
	color: #ffffff;
	text-decoration: none;
	background: none\9;
	color: #2980b9\9;
}
/*-------------------------------------------------------------
yarpp
---------------------------------------------------------------*/
/*-------------------------------------------------------------
yarpp
---------------------------------------------------------------*/
.yarpp-related a img {
	/*width: 132px;*/
	height: 80px;
}

.yarpp-related .yarpp-thumbnail-title{
	overflow:hidden;
}

/*-------------------------------------------------------------
---------------------------------------------------------------*/
#sub-column {
	font-size: 90%;
}
#sub-column > div {
	margin: 0 auto 14px;
	padding: 0 5px;
}
#sub-column .side-title {
	display: block;
	background: #192870 url(https://www.ishichou.co.jp/ohaka/wp-content/uploads/2015/04/icon04.png) 5px 6px no-repeat;
	margin-bottom: 0.5em;
	color: #ffffff;
	padding: 3px 5px 3px 30px;
}

#sub-column ul.listicon li {
	position: relative;
	margin: 6px 0;
	padding: 0 0 0 24px;
}

#sub-column li {
	border-bottom: #d6d6d6 1px dotted;
	padding-bottom: 10px
}

#sub-column li .post-date {
	font-size: 10px;
}
#sub-column li:hover {
		background: #F9F9F7;
}
#sub-column .ranking li {
	position: relative;
	margin-bottom: 10px;
	height:46px;
}
.cat-item { 
	font-size: 18px;
	margin-bottom: 5px;
	padding: 6px 5px;
	border-bottom: #d6d6d6 1px dotted;
}
.wpp-post-title{
  font-size: 13px;
}
#sub-column .ranking li .num {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -2px;
	left: -2px;
}#sub-column .ranking li:nth-child(1) .num{
	background: url(https://www.ishichou.co.jp/ohaka/wp-content/uploads/2015/04/ranking01.png) 0 0 no-repeat;
}
#sub-column .ranking li:nth-child(2) .num{
	background: url(https://www.ishichou.co.jp/ohaka/wp-content/uploads/2015/04//ranking02.png) 0 0 no-repeat;
}
#sub-column .ranking li:nth-child(3) .num{
	background: url(https://www.ishichou.co.jp/ohaka/wp-content/uploads/2015/04/ranking03.png) 0 0 no-repeat;
}
#sub-column .ranking li:nth-child(4) .num{
	background: url(https://www.ishichou.co.jp/ohaka/wp-content/uploads/2015/04/ranking04.png) 0 0 no-repeat;
}
#sub-column .ranking li:nth-child(5) .num{
	background: url(https://www.ishichou.co.jp/ohaka/wp-content/uploads/2015/04/ranking05.png) 0 0 no-repeat;
}
#sub-column .ranking li:nth-child(6) .num{
	background: url(https://www.ishichou.co.jp/ohaka/wp-content/uploads/2015/04/ranking06.png) 0 0 no-repeat;
}
#sub-column .ranking li:nth-child(7) .num{
	background: url(https://www.ishichou.co.jp/ohaka/wp-content/uploads/2015/04/ranking07.png) 0 0 no-repeat;
}
/*-----------------------------
searchform
-------------------------------*/
#searchform {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#searchform label {
	display: none;
}

#searchsubmit {
	padding: 1px 20px;
	background: #1D314A;
	color: #ffffff;
	border: none;
	border-radius: 2px;
}
#searchsubmit:hover {
	background: #868686;
}
/*-------------------------------------------------------------
ctc
---------------------------------------------------------------*/
.ctc li {
	display: block;
	margin-bottom: 0!important;
	padding: 5px 0!important;
	border-bottom: 1px #d6d6d6 solid!important;
}


/*-------------------------------------------------------------
wpp
---------------------------------------------------------------*/

/*------------------------------
form
------------------------------*/
#main_column form {
 margin: 0 auto;
}

#main_column form input:focus,
#main_column form textarea:focus {
 background: #ffd8e0;
}

#main_column form dl {
 width: 100%;
 clear: both;
 padding: 0 0 10px 0;
}

#main_column form dl dt {
 clear: both;
 float: left;
 display: block;
 min-width: 120px;
 font-weight: bold;
 padding: 6px;
}

#main_column form .req {
 font-size: 90%;
 font-weight: nomal;
 color: #f00;
}

#main_column form dl {
 border-top: 1px #d6d6d6 dotted;
}

#main_column form dl.top {
 border :none;
}

#main_column form dl dd {
 float: left;
 min-width: 250px;
 display: block;
 padding: 6px;
 margin: 8px 0 6px;
}
#main_column form dl dd input[type=radio] {
	margin: 0 0.5em 0 1em;
}
#main_column form dl dd input,
#main_column form dl dd textarea {
	border-radius: 5px;
	border:1px #d6d6d6 solid!important;
background:none;
}
#main_column form input[type=submit] {
	margin: 10px 20px;
	padding: 4px 10px;
	cursor: pointer;
	background: #27ae60;
	color: #ffffff;
	font-weight: bold;
	border: none;
	border-radius: 4px;
}
#main_column form input[type=submit]:hover {
	background: #2ecc71;
	color: #ffffff;
}

#main_column form dl dd.ddName input {
 width: 238px;
}

#main_column form dl dd.ddTel input {
 width: 56px;
 margin: 0 0.5em;
}

#main_column form dl dd.ddZip input {
 width: 56px;
 margin: 0 0.5em;
}

#main_column form dl dd.ddMail input {
 width: 100%;
 min-width: 230px;
}

#main_column form dl dd.ddBox1 input {
 width: 100%;
 min-width: 230px;
}

#main_column form dl dd.ddBox2 input {
 width: 100%;
 min-width: 230px;
}

#main_column form .btnArea {
 clear: both;
}

#main_column form dl dd.ddold input {
 width: 20px;
}
/*-----------------------------------------------
    social
--------------------------------------------------------------*/
.social4in{
	margin: 0 0;
}
.s4twitter{
	margin:0 5px;
	width: 80px;
}
.s4plusone{
	margin: 0px 5px;
}
/*-------------------------------------------------------------
---------------------------------------------------------------*/

@media screen and (min-width: 0px) and (max-width: 667px) {
#globalNvi {
	display: none;
}

.mb_none {
	display: none;
}
#header {
	height: 60px;
	box-shadow: none;
}
#header .inner {
	display: block;
	width: 92%;
	margin: 0 auto;
	position: relative;
}
#header .inner img{
	display: block;
	margin: 0 auto;
	position: relative;
	padding-top:10px;
}
#header .inner h1 a {
	display: block;
	font-size: 14px;
	margin-left:60px;
	margin-top: -30px;
	color: #999999;
}
#header .inner h1 a:hover {
	text-decoration: none;
}
#viewArea {
	margin: 0 auto;
	padding: 0;
}

#viewArea .inner {
	width: 310px;
	margin: 0 auto;
	padding: 0 5px;
}
#viewArea .inner a img {
	display: block;
	margin: 0 auto;
}
#viewArea .textArea {
	background: #000000;
	color: #ffffff;
	opacity: 0.8;
}
#viewArea .textArea .inner {
	width: 310px;
	margin: 0 auto;
	padding: 10px; 
}
#viewArea .textArea h1.title {
	font-size: 20px;
}
#viewArea .inner p {
	font-size: 15px;
}

.breadcrumbs {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 10px;
	font-size: 12px;
	}
#contents {
	position: relative;
}
#contents article section .title {
	font-size: 110%;
}
#main_column {
	padding: 6px 10px 6px;
}
#main_column section {
	background: #fefefe;
	margin: 0 auto 20px;
	padding: 6px;
	border-bottom: 1px #d6d6d6 solid;
}
#main_column .wp-caption img {
	width: 100%;
}
#sub-column {
	padding: 6px 10px 20px;
}
.social4i .social4in{
	margin: 0 40%;
}
.s4twitter{
	margin: 14px 0px;
}
.s4plusone{
	margin: 6px 0px;
}
.s4fbshare{
	margin: 10px 14px;
}
.yarpp-related {
padding: 80px 10px 20px 10px;
}
.yarpp-thumbnails-horizontal {
	margin: 0 16%;
}
#header .logoArea {
	max-height: 120px;
}
#header .linkArea {
	display: none;
}
.twArea {
	margin-top: 20px;
}
#footer {
	height: 300px;
}
#footer .logoArea {
  width: 98%;
}

/**/}

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

@media screen and (min-width: 668px) and (max-width: 768px) {
	#globalNvi {
	display: none;
}
.tab_none {
	display: none;
}
#mobileNavi {
	margin-top: 68px;
}
#header {
	position: fixed;
	top: 0;
	box-shadow: none;
}

#header .inner  {
	width: 668px;
	margin: 0 auto;
	position: relative;
}

#header .inner h1 a{
	display: block;
	width: 240px;
	font-size: 14px;
	position: absolute;
	color: #999999;
	top: 28px;
	left:64px;
}
#header .inner h1 a:hover {
	text-decoration: none;
}

#header .linkArea {
	width: 180px;
	position: absolute;
	top: 10px;
	right: 0px;
}

#header .linkArea li {
	float: left;
	margin: 0px 20px 0px 0px;
	font-size: 14px;
}
#header .linkArea .inquirybtn {
	text-align: center;
}
#header .linkArea .inquirybtn a {
	display: block;
	cursor: pointer;
	
}
.breadcrumbs {
	margin-bottom: 10px;
}
#viewArea {
	padding-top: 0;
}
#viewArea .inner {
	width: 668px;
	margin: 0 auto;
	padding: 0 40px;
}
#viewArea .inner a img {
	display: block;
	margin: 0 auto;
}
#viewArea .textArea {
	background: #000000;
	color: #ffffff;
	opacity: 0.8;
	margin-top: -50px;
}
#viewArea .textArea .inner {
	width: 668px;
	margin: 0 auto;
	padding: 20px; 
}
#viewArea .textArea h1.title {
	font-size: 20px;
}
#viewArea .inner p {
	font-size: 15px;
}

#contents {
	overflow: hidden;
	width: 668px;
	margin: 0 auto ;
}
#contents article section .title {
	font-size: 145%;
}
#main_column {
	padding: 6px 5px;
	float: left;
	width: 350px;
	margin-right: 6px;
}
#main_column section {
	background: #fefefe;
	border: 1px #d6d6d6 solid;
	border-radius: 3px;
	box-shadow: 0 2px 3px #aaaaaa;
	margin: 0 auto 25px;
	padding: 20px;
}

#sub-column {
	padding: 0;
	float: left;
	width: 300px;
	margin: 6px 0 0 0;
}
#sub-column img{
	margin:0 2%;
}	

#sub-column .side-title {
	background-color: #f5a915;
}
#sub-column ul,
#sub-column aside {
	padding: 6px 10px;
}
#sub-column .ranking li {
	padding-left: 5px;
}
#footer footer {
	width: 668px;
	margin: 0 auto;
}
#searchform #s {
	width: 150px;
	margin:0 5px 0 10px;
}

/**/}

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

@media screen and (min-width: 769px) {
#mobileNavi {
	display: none;
}
#phantom {
	display: block;
	height: 68px;
}
#header {
	position: fixed;
	top: 0;
}

#header .inner  {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}

#header .inner h1 a {
	display: block;
	width: 240px;
	font-size: 14px;
	position: absolute;
	color: #999999;
	top: 28px;
	left:64px;
}
#header .inner h1 a:hover {
	text-decoration: none;
}

#header .linkArea {
	position: absolute;
	top: 10px;
	right: 18px;
}
#header .linkArea .inquirybtn {
	text-align: center;
}
#header .linkArea .inquirybtn a {
	display: block;
	cursor: pointer;
}

#header .linkArea li {
	float: left;
	margin: 0px 20px 0px 0px;
	font-size: 14px;
}
#globalNvi ul {
	width: 1024px;
	margin: 0px auto;
	padding:  0;
}
#viewArea .inner {
	width: 1024px;
	margin: 0 auto;
	padding: 0 40px;
}
#viewArea .inner a img {
	display: block;
	margin: 0 auto;
}
#viewArea .textArea {
	background: #000000;
	color: #fefefe;
	opacity: 0.8;
	margin-top: -50px;
}
#viewArea .textArea .inner {
	width: 1024px;
	margin: 0 auto;
	padding: 20px; 
}
#viewArea .textArea h1.title {
	font-size: 24px;
}
#viewArea .inner p {
	font-size: 16px;
}

#contents {
	overflow: hidden;
	width: 1024px;
	margin: 66px auto 0;
}
#main_column {
	padding: 0 4px 6px;
	float: left;
	margin-right: 20px;
	width: 668px;
}
#main_column .wp-caption img {
	width: 668px;
}
#main_column section {
	background: #fefefe;
	border: 1px #d6d6d6 solid;
	border-radius: 3px;
	box-shadow: 0 2px 3px #aaaaaa;
	margin: 0 auto 25px;
	padding: 12px;
}
#main_column section .phArea {
	float: left;
	width: 280px;
}
#main_column section .txtArea {
	float: right;
	width: 340px;
	padding-left: 8px;
}
/*------------------*/
#main_column.topPage section {
	width: 272px;
	float: left;
	 margin: 0 10px 10px; 
}
#main_column.topPage section .phArea, 
#main_column.topPage section .txtArea {
	width: 272px;
	float: none;
	display: block;
	margin: 0 auto;	
}
#main_column.topPage #pagination {
		clear: both;
		width: 626px;
}
/*--------------------*/
#main_column .two_block {
	width: 296px;
	height: 530px;
	margin: 0 0px 10px;
	float: left;
}
#main_column .blockArea section:nth-child(odd) {
	margin-right: 24px;
}

#main_column .two_block .phArea, 
#main_column .two_block .txtArea {
	width: 288px;
	float: none;
	display: block;
	margin: 6px auto;
	overflow: hidden;
	padding: 0;
}
#main_column .two_block #pagination {
		clear: both;
		width: 626px;
}

#sub-column {
	padding: 6px 10px;
	float: left;
	width: 304px;
	margin: 0;
}
#sub-column .side-title {
	background-color: #192870;
}
#footer footer {
	width: 1024px;
	margin: 0 auto;
}

.twArea {
	margin: 20px auto 0;
	width: 520px;
}

#searchform #s {
	width: 150px;
	margin-right:10px;
}

/**/}

.social4i{
display:none;
}

#social{
    display: flex;
    justify-content: center;
    margin:0 0 20px 26px; 
}
.sns-icons div{
    width: 24.25%;
    float:none; /* float:left; */
}

.sns-icons div a{
    display: block;
    width: 120px;
    margin: 0 1% 3px 0;
    padding: 5px 0!important;
    font-size: 16px;
    font-weight:bold;
    text-align: center;
    color: #fff!important;
    text-decoration: none;
    border-radius: 5px;
    opacity:0.8;
}
.sns-icons div a:hover{
    opacity:1;
}
.sns-icons .fb-like span{
    vertical-align:top!important;
    transform:scale(1.37);-webkit-transform:scale(1.37);
    -moz-transform:scale(1.37);
    transform-origin:0% 0%;
}
.sns-icons div a .fa {
    color: #fff!important;
    margin-right: 5px;
}
i.hatena {
    display: inline-block;
    color: #2C6EBD;
    border-radius: 2px;
    background-color: #FFFFFF;
    font-style: normal;
    margin-right: 0.2em;
    padding: 0 2px;
    line-height: 130%;
}

@media screen and (max-width:764px) {
  #social {
    justify-content: space-evenly;
    margin: 0 -10px 20px -14px;
  }
  .sns-icons div a {
    width: 98px;
    margin: 0 1% 3px 25%;
  }
  .sns-icons div {
    width: 28%;
  }
  .sns-icons div.fb-like + div {
    width: 28%;
  }
}

.mytagcloud a {
  background-color: #fff;
  border: 1px solid rgba(23, 90, 121, 0.5);
  border-radius: 3px;
  text-decoration: none;
  padding: 0 1em;
  color: rgba(23, 90, 121, 1);
  display: inline-block;
  margin-top: 3px;
}
.mytagcloud a:hover {
    color: #0e59ca;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.mytagcloud3 a {
  background-color: #fff;
  /*border: 1px solid rgba(23, 90, 121, 0.5);
  border-radius: 3px;*/
  text-decoration: none;
  padding: 0.5em 1em;
  color: rgba(23, 90, 121, 1);
  display: inline-block;
  /*margin-top: 3px;*/
}
.mytagcloud3 a:hover {
    color: #0e59ca;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}