/*************************
メディアクエリ
*************************/
@media screen and (max-width: 720px){

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}




body {
-webkit-text-size-adjust: 100%;
	background:#fff;
}


img{
  max-width: 100%;
  height: auto;
  border: 0;
  text-align:center;
}


/**************************************************************************************************

WRAPPER

**************************************************************************************************/
#wrapper {
	margin:0 auto;
	width:100%;
	padding:85px 0 0 0;
	background:#fff;
color:#333;
}


	
/**************************************************************************************************

PANKUZU

**************************************************************************************************/

#pankuzuArea {
display:none;
}



#pankuzuBox {
display:none;
}




/**************************************************************************************************

HEADER

**************************************************************************************************/
header{
width:100%;
margin: 0 auto;
}


#headerBox {
width:100%;
	height:85px;
	border-bottom:solid 5px #008c38;
position: fixed;
    top: 0;
    left:0;
    z-index:1000;
    background:#fff;
}

#headerLeft {
float:none;
width:100%;
}

#headerLeftPc{
display:none;
}

#headerLeftPc img{
display:none;
}

#headerLeftSp{
display:block;
}


#headerLeftSp img{
width:270px;
height:80px;
display:block;
}

#headerRight{
display:none;
}



#headerLangBox{
display:none;
}


#headerLangBox p{
display:none;
}

#headerLangBox ul li{
display:none;
}

#headerContactBtn{
display:none;
}


.headerSearchBox{
display:none;
}


input.wordform{
display:none;
}

.wordform{
display:none;
}

.searchResultBox{
background:#fff;
border-bottom:solid 1px #ccc;
width:700px;
}

.searchResultBoxInner{
padding:15px;
}

.searchResultTitle{
font-size:17px;
font-weight:bold;
line-height:1.5em;
margin:0 0 10px 0;
}

#searchsubmit{
line-height:1.5em;
}

.searchBtn table {
	border-collapse:collapse;
}

.searchBtn th {
	vertical-align:middle;
	text-align:left;
	font-size:13px;

}

.searchBtn td {
	vertical-align:middle;
	text-align:left;
	font-size:13px;
}

.searchBtn td input{
padding:7px 0 0 0;
}


/* ***********************************************************************
	fontBox
*********************************************************************** */
#headerLangBox ul li {display:inline; text-indent:-9999px;}
#headerLangBox ul li a{
background:url(common/img/fontswitch.jpg) no-repeat;
width:45px;
height:23px;
display:block;
}
#headerLangBox ul li#btn_medium a{background-position:0px -23px;}
#headerLangBox ul li#btn_large a{background-position:-45px 0px;}





/**************************************************************************************************

メニュー

**************************************************************************************************/



#headerSpMenu{
position: fixed;
    z-index:10000;
	top:18px;
	right:0;
	background:#008c38;
	width:45px;
	height:45px;
display:block;
}


#headerMenu{
display:block;
	position: relative;
	background:#f0f0f0;
padding:0;
	}

.button-toggle {
	position: absolute;
	margin:13px 0 0 14px ;
	cursor:pointer;
}




.navimenu {
	position: fixed; /*** absolute は被せる ***/
	width: 100%;
	background: #f0f0f0;
	padding:10px 0 5px 0;
display:block;
	top:85px;
	z-index:1000;
	display:none;
	float:none;
	overflow: hidden;
	border-bottom:solid 1px #008c38;
}

#gnaviArea {
width:100%;
background:#f0f0f0;
}

#gnavi {
width:100%;
margin: 0 ;
}




#gnavi ul {
	width: 100%;
	height:auto;
	padding: 0 10px;
	margin:0;
	list-style: none;
}

#gnavi ul li{
padding:0 0 10px 0;
margin:0 0 10px 0;
	width:100%;
border-bottom:solid 1px #fff;
font-size:14px;
font-weight:normal;
text-align:left;
line-height:1.5em;
}

#gnavi ul li.contact{
	display:block;
}


#gnavi ul li.sitemap{
	display:block;
}


#gnavi ul li.privacypolicy{
	display:block;
}



#gnavi ul li a {
	float: none;
font-size:14px;
	text-align:left;
	width:100%;
	font-weight:normal;
	color:#333;
	text-decoration: none;
	display: block;
padding:0 0 0 5px;
	line-height: 20px;
	background:#f0f0f0 url("common/img/menu_arrow.png") right center no-repeat;
}


#gnavi ul li  .visited a, {
	text-decoration: none;
	color:#333;
		text-decoration: none;
}

#gnavi ul li  a:hover {
	text-decoration: none;
	color:#333;
}

#gnavi ul li  a:active {
	text-decoration: none;
	color:#333;
}




#gnavi ul li.supporter a{
	float: none;
font-size:14px;
	text-align:left;
	font-weight:normal;
	width:100%;
	color:#333;
	text-decoration: none;
	display: block;
padding:0 0 0 5px;
	line-height: 20px;
	background:#f0f0f0 url("common/img/menu_arrow.png") right center no-repeat;
}


#gnavi ul li.supporter  .visited a, {
	text-decoration: none;
	color:#333;
		text-decoration: none;
}

#gnavi ul li.supporter  a:hover {
	text-decoration: none;
	color:#333;
}

#gnavi ul li.supporter  a:active {
	text-decoration: none;
	color:#333;
}





#gnavi ul li.contact a{
	float: none;
font-size:14px;
	text-align:left;
	font-weight:normal;
	width:100%;
	color:#333;
	text-decoration: none;
	display: block;
padding:0 0 0 5px;
	line-height: 20px;
	background:#f0f0f0 url("common/img/menu_arrow.png") right center no-repeat;
}

#gnavi ul li.sitemap a{
	float: none;
font-size:14px;
	text-align:left;
	font-weight:normal;
	width:100%;
	color:#333;
	text-decoration: none;
	display: block;
padding:0 0 0 5px;
	line-height: 20px;
	background:#f8f0dd url("common/img/menu_arrow.png") right center no-repeat;
}

#gnavi ul li.privacypolicy a{
	float: none;
font-size:14px;
	text-align:left;
	font-weight:normal;
	width:100%;
	color:#333;
	text-decoration: none;
	display: block;
padding:2px 0 0 5px;
	line-height: 12px;
	background:#f8f0dd url("common/img/menu_arrow.png") right center no-repeat;
}



.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 20px;
	height: 15px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 6px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}


#menu-trigger01.active span:nth-of-type(1) {
	-webkit-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
}
#menu-trigger01.active span:nth-of-type(2) {
	opacity: 0;
}
#menu-trigger01.active span:nth-of-type(3) {
	-webkit-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
}





/**************************************************************************************************

h2

**************************************************************************************************/

.h2cap{
font-size:11px;
color:#008c38;
letter-spacing:2.0px;
text-align:center;
margin:5px 0 3px 0;
}

h2 {
line-height:1.0em;
font-size:25px;
font-weight:bold;
text-align:center;
}


/**************************************************************************************************

ページタイトルイメージ

**************************************************************************************************/
/* Main */

#ttlImgPc{
display:none;
margin:20px 0 0 0;
}


#ttlSp{
display:block;
margin:10px 0 0 0;
}


#ttlimgs {
	z-index: 100;
	height:400px;
	}
.ttlimg {
	width:100%;
	margin: 0 auto;
overflow-x:hidden;

}

.ttlmain_container {
position: relative;
	margin-left:0;/* 画像の横は2000px */
	left: 0;
  }
  





/**************************************************************************************************

h3

**************************************************************************************************/

.subtitle h3 {
background:#f0f0f0;
border-bottom:solid 1px #ccc;
border-left:solid 3px #008c38;
font-size:18px;
color:#000;
line-height:1.4em;
font-weight:bold;
padding:11px 0 6px 15px;
margin:40px 0 10px 0;
}


#policyBox .subtitleH3{
background:#f0f0f0;
border-bottom:solid 1px #ccc;
border-left:solid 3px #008c38;
margin:80px 0 15px 0;
padding:18px 0 0 15px;
}


#policyBox .subtitleH3 .icon{
border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
background:#008c38;
color:#fff;
width:60px;
text-align:center;
padding:2px 10px 2px 10px;
margin:0;
font-weight:normal;
float:none;
font-size:13px;
vertical-align:middle;
}


#policyBox .subtitleH3 h3{
font-size:20px;
color:#000;
line-height:1.4em;
font-weight:bold;
padding:8px 0 15px 0;
float:none;

}



/**************************************************************************************************

h4

**************************************************************************************************/

.subtitle h4 {
font-size:18px;
border-bottom:solid 1px #ccc;
line-height:1.4em;
font-weight:bold;
padding:0;
color:#333;
margin:50px 0 10px 0;
}


.subtitle h4 span{
font-size:18px;
padding:0 0 0 5px;
color:#000;
}




/**************************************************************************************************

キービジュアル

**************************************************************************************************/
/* Main */

#mainPc {
display:none;
}

#mainSp{
margin:0;
display:block;
width:100%;
margin:0 0 15px 0;
}
  
.mainSp_main{
position: relative;
}

.mainBooks{
position:absolute;
top:100px;
left:100px;

}

 
.topMovie {
position: relative;
padding-bottom: 75%; /*これが縦横比*/
height: 0;
overflow: hidden;
margin:10px 0 0 0;
}

.topMovie iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}



/**************************************************************************************************

TOP神奈川県知事として

**************************************************************************************************/

#homePolicyBox{
margin:20px auto;
width:100%;
}

/*** 神奈川県知事として ***/
#homePolicyBox .kanagawaBox{
width:100%;
background:#b9e4f7;
float:none;
}


#homePolicyBox .kanagawaBox h3{
background:#177fc6;
text-align:center;
color:#fff;
line-height:1.5em;
font-weight:bold;
font-size:22px;
padding:15px 0 10px 0;
}

#homePolicyBox .kanagawaBox .inner{
padding:10px;
}

#homePolicyBox .kanagawaBox .box1{
background:#fff;
border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
margin:0 0 10px 0;
padding:10px 15px;
}

#homePolicyBox .kanagawaBox .box1 p{
color:#000;
margin:0 0 5px 0;
font-size:15px;
font-weight:bold;
letter-spacing:1.5px;
line-height:1.3em;
}

#homePolicyBox .kanagawaBox .box1 h4{
color:#177fc6;
font-size:18px;
font-weight:bold;
letter-spacing:1.5px;
line-height:1.5em;
}


/**************************************************************************************************

TOP国会議員として

**************************************************************************************************/
#homePolicyBox .kuniBox{
width:100%;
background:#fbe2d3;
float:none;
margin:20px 0 0 0;
}


#homePolicyBox .kuniBox h3{
background:#e60213;
text-align:center;
color:#fff;
line-height:1.5em;
font-weight:bold;
font-size:22px;
padding:15px 0 10px 0;
}

#homePolicyBox .kuniBox .inner{
padding:10px;
}

#homePolicyBox .kuniBox .box2{
background:#fff;
border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
margin:0 0 10px 0;
padding:10px 15px;
}

#homePolicyBox .kuniBox .box2 p{
color:#000;
margin:0 0 5px 0;
font-size:15px;
font-weight:bold;
letter-spacing:1.5px;
line-height:1.3em;
}

#homePolicyBox .kuniBox .box2 h4{
color:#e60213;
font-size:18px;
font-weight:bold;
letter-spacing:1.5px;
line-height:1.5em;
}


   
 /**************************************************************************************************

TOPプロフィール

**************************************************************************************************/


#mainProfilePc{
display:none;
}


#mainProfileSp{
display:block;
margin:0 0 2px 0;
}


.mainProfileimg {
	width:100%;
	position: relative;
	margin-left:0;/* 画像の横は2000px */
	left: 0%;
}
 
 
/*** 20210713 ***/
.mainProfileimg .infoArea{
position:absolute;
    top:50px;
    left:15px;
	margin:0 auto;
width:90%;
}

.mainProfileimg .infoArea p.roman{
display:none;
}


/*** 20210713 ***/
.mainProfileimg .infoArea h2{
font-size:23px;
color:#333;
margin:0 0 10px 0;
text-align:left;
}

.mainProfileimg .infoArea p{
display:none;
}

/*** 20210713 ***/
.mainProfileimg .infoArea .btn{
font-size:11px;
line-height:1.5em;
text-align:center;
	background:#fff url("home/img/btn_arrow_sp.png") right center no-repeat;
width:105px;
margin:0;
float:left;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
	cursor:pointer;

}


.mainProfileimg .infoArea .btn a{
	display: block;
padding:7px 0 5px 0;
	text-decoration: none;
	color:#333;
}

.mainProfileimg .infoArea .btn .visited a, {
	text-decoration: none;
	color:#333;
}

.mainProfileimg .infoArea .btn a:hover {
	text-decoration: none;
	color:#333;
		opacity:0.7;
	filter: alpha(opacity=70);

}

.mainProfileimg .infoArea .btn a:active {
	text-decoration: none;
	color:#333;
}



 
 /**************************************************************************************************

TOP政策

**************************************************************************************************/

#mainPolicyPc{
display:none;
}


#mainPolicySp{
display:block;
margin:0 0 2px 0;
}


.mainPolicyimg {
	width:100%;

	position: relative;
	margin-left:0;/* 画像の横は2000px */
	left: 0%;
}
 
 
.mainPolicyimg .infoArea{
position:absolute;
    top:50px;
    left:15px;
	margin:0 auto;
}

.mainPolicyimg .infoArea p.roman{
display:none;}


.mainPolicyimg .infoArea h2{
font-size:23px;
color:#fff;
margin:0 0 10px 0;
text-align:left;
}

.mainPolicyimg .infoArea p{
display:none;
}

.mainPolicyimg .infoArea .btn{
font-size:11px;
line-height:1.5em;
text-align:center;
	background:#fff url("home/img/btn_arrow_sp.png") right center no-repeat;
width:105px;
margin:0;
float:right;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
	cursor:pointer;

}


.mainPolicyimg .infoArea .btn a{
	display: block;
padding:7px 0 5px 0;
	text-decoration: none;
	color:#333;
}

.mainPolicyimg .infoArea .btn .visited a, {
	text-decoration: none;
	color:#333;
}

.mainPolicyimg .infoArea .btn a:hover {
	text-decoration: none;
	color:#333;
		opacity:0.7;
	filter: alpha(opacity=70);

}

.mainPolicyimg .infoArea .btn a:active {
	text-decoration: none;
	color:#333;
}

 
 
 
 
  /**************************************************************************************************

TOP実績

**************************************************************************************************/

#mainResultPc{
display:none;
}


#mainResultSp{
display:block;
margin:0 0 2px 0;
}


.mainResultimg {
	width:100%;
	position: relative;
	margin-left:0;/* 画像の横は2000px */
	left: 0%;
}
 
 
.mainResultimg .infoArea{
position:absolute;
    top:50px;
    right:15px;
	margin:0 auto;
}

.mainResultimg .infoArea p.roman{
display:none;
}


.mainResultimg .infoArea h2{
font-size:23px;
color:#fff;
margin:0 0 10px 0;
text-align:left;
}

.mainResultimg .infoArea p{
display:none;
}

.mainResultimg .infoArea .btn{
font-size:11px;
line-height:1.5em;
text-align:center;
	background:#fff url("home/img/btn_arrow_sp.png") right center no-repeat;
width:105px;
margin:0;
float:right;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
	cursor:pointer;

}


.mainResultimg .infoArea .btn a{
	display: block;
padding:7px 0 5px 0;
	text-decoration: none;
	color:#333;
}

.mainResultimg .infoArea .btn .visited a, {
	text-decoration: none;
	color:#333;
}

.mainResultimg .infoArea .btn a:hover {
	text-decoration: none;
	color:#333;
		opacity:0.7;
	filter: alpha(opacity=70);

}

.mainResultimg .infoArea .btn a:active {
	text-decoration: none;
	color:#333;
}


 
 
 
/**************************************************************************************************

TOPブログ

**************************************************************************************************/


.homeArticleArea{
width:100%;
margin:50px auto;
}


.homeBlogBox{
width:100%;
}

.homeBlogBox p.roman{
font-size:13px;
color:#008c38;
margin:0 0 5px 0;
text-align:center;
}


.homeBlogBox h2{
font-size:28px;
font-weight:bold;
text-align:center;
margin:0 0 20px 0;
}


.homeBlogBox ul {
font-size: 0;
text-align: center;
margin:0 0 0 0;
}


.homeBlogBox ul li{
display: inline-block;
  /display: inline;
  /zoom: 1;
padding:0;
margin:0 20px 30px 0;
width:45%;
}

.homeBlogBox ul li:nth-child(even){
display: inline-block;
  /display: inline;
  /zoom: 1;
padding:0;
margin:0 0 30px 0;
width:45%;
}


.homeBlogThumbBox{
width:100%;
}

.homeBlogThumbBox img{
width:100%;
height:auto;
}


.homeBlogThumbBookBox{
width:100%;
text-align:center;
margin:0 auto;
background:#fff8e6;
}

.homeBlogThumbBookBox img{
width:62%;
height:auto;
}



.homeBlogInfoBox{
width:100%;
margin:5px 0;
}


.homeBlogBox h3{
font-size:14px;
font-weight:bold;
margin:0;
line-height:1.4em;
text-align:left;
}

.homeBlogInfoBox p.day	{
color:#969696;
	font-size:11px;
float:none;
text-align:left;
margin:0;
}


.homeBlogInfoBox .category{
float:none;
text-align:left;
}


.homeBlogInfoBox .category span.report{
margin:0;
border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
background:#0ea92d;
	font-size:11px;
color:#fff;
text-align:center;
padding:3px 10px 3px 10px;
}

.homeBlogInfoBox .category span.media{
margin:0;
border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
background:#b04343;
	font-size:11px;
color:#fff;
text-align:center;
padding:3px 10px 3px 10px;
}
 
 
 .homeBlogInfoBox .category span.book{
margin:0;
border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
background:#0e5082;
	font-size:11px;
color:#fff;
text-align:center;
padding:3px 10px 3px 10px;
}

 .homeBlogInfoBox .category span.ronbun{
margin:0;
border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
background:#f889b5;
	font-size:11px;
color:#fff;
text-align:center;
padding:3px 10px 3px 10px;
}


.homeBlogInfoBox .category span.kokkai{
margin:0;
border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
background:#5c1781;
	font-size:11px;
color:#fff;
text-align:center;
padding:3px 10px 3px 10px;
}


.homeBlogInfoBox .category span.column{
margin:0;
border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
background:#b89246;
	font-size:11px;
color:#fff;
text-align:center;
padding:3px 10px 3px 10px;
}


 
 /**************************************************************************************************

TOP著作

**************************************************************************************************/



.homeBookBox{
width:100%;
background:#fff8e6;
padding:20px 0 20px 0;
}

.homeBookBox p.roman{
font-size:13px;
color:#008c38;
margin:0 0 5px 0;
text-align:center;
}


.homeBookBox h2{
font-size:28px;
font-weight:bold;
text-align:center;
margin:0 0 20px 0;
}


.homeBookBox ul {
font-size: 0;
text-align: center;
margin:0 0 0 0;
}


.homeBookBox ul li{
display: inline-block;
  /display: inline;
  /zoom: 1;
padding:0;
margin:0;
width:33%;
}


.homeBookBox ul li:nth-child(even){
display: inline-block;
  /display: inline;
  /zoom: 1;
padding:0;
margin:0;
width:30%;
}


.homeBookThumbBox{
width:85%;
margin:0 auto 10px auto;
text-align:center;
}

.homeBookBox h3{
font-size:14px;
font-weight:bold;
margin:0 10px;
text-align:left;
line-height:1.4em;
}


.homeBookThumbBox img{
width:100%;
height:100%;
text-align:center;
}






/**************************************************************************************************

新刊お知らせページ

**************************************************************************************************/
#booksBox{
width:100%;
margin:0 auto;
}


/* =========== 動画 =========== */

#booksBox .movieBox {
margin:30px 0;
}

#booksBox .introBox{
width:100%;
padding:0 10px;
margin:30px 0 0 0;

}

#booksBox .introBox h3{
line-height:1.0em;
font-size:20px;
font-weight:normal;
text-align:center;
border-bottom:solid 3px #008c38;
padding:0 0 10px 0;
margin:0 0 20px 0;
}




#booksBox .introBox ul{
text-align:center;
margin:20px auto 0 auto;
width:100%;
}

#booksBox .introBox ul li{
display:block;
width:100%;
vertical-align:top;
margin:0 0 20px 0;
text-align:center;
}

#booksBox .introBox ul li:nth-child(even){
display:block;
width:100%;
text-align:left;
margin:0;
}

#booksBox .introBox ul li img{
width:60%;
}

#booksBox .introBox h4{
font-size:20px;
font-weight:bold;
line-height:1.2em;
text-align:center;
margin:0 0 20px 0;
}

#booksBox .introBox h4 span{
color:#d32d2e;
font-size:35px;
margin:0 5px;
}

#booksBox .introBox p{
font-size:14px;
line-height:1.7em;
}


#booksBox .introBox p.katagaki{
font-size:14px;
line-height:1.7em;
margin:20px 0 0 0;
}


#booksBox .introBox p.name{
font-size:25px;
color:#000;
font-weight:bold;
letter-spacing:2.0px;
margin:0;
}

#booksBox .introBox p.name span{
font-size:16px;
color:#000;
}

#booksBox .introBox .amazonBtn{
margin:20px 0 0 0;
text-align:center;
}



#booksBox .signkai {
width:100%;
padding:0 10px;
}

#booksBox .signkai table {
width:100%;
}



#booksBox .signkai th {
	line-height:1.6em;
	width:20%;
		font-size:15px;
	vertical-align:middle;
	padding:10px;
	color:#d32d2e;
	text-align:center;
	border:solid 1px #ccc;
	background:#f0f0f0;
	font-weight:bold;
}

#booksBox .signkai td {
	width:80%;
	line-height:1.6em;
	padding:10px;
		font-size:15px;
	vertical-align:middle;
	border:solid 1px #ccc;
	background:#fff;
	color:#333;
}

#booksBox .signkai td span{
		font-size:20px;
		font-weight:bold;
margin:0 5px;
}


/*************************************************************************************************

TOP電子為書きエリア

**************************************************************************************************/
.etameTtl h2.pat1{
background:#1165b4;
width:100%;
padding:10px 0 12px 0;
margin:0;
text-align:center;
color:#fff;
font-weight:900;
font-size:16px; 
line-height:1.7em;
}

.etameTtl h2.pat1 span{
font-size:21px; 
}

.homeEtameArea{
margin: 0 auto 30px auto;
width:100%;
background:#f0f0f0;
padding:20px 0;
}

.homeEtameBox{
width:100%;
margin: 0 auto;
text-align:center;
}


.homeEtameBox p{
text-align:left;
font-size:15px;
margin:0 0 10px 0;
padding:0 10px;
}

.homeEtameBox p.etamegaki{
text-align:center;
font-size:18px;
margin:0 0 10px 0;
}


/**************************************************************************************************

プロフィールページ

**************************************************************************************************/
#profileBox{
width:100%;
margin:0 auto;
}

#profileBox .introBox{
margin:30px 0;
}

#profileBox .introBox .nameArea{
line-height:1.0em;
font-size:20px;
font-weight:normal;
text-align:center;
border-bottom:solid 3px #008c38;
padding:0 0 10px 0;
margin:0 0 10px 0;
}

#profileBox .introBox p{
font-size:14px;
text-align:center;
}


/* =========== メッセージ =========== */



#profileBox .profileMessageBox p{
padding:0 15px;
text-align:left;
font-size:16px;
margin:0 0 20px 0;
}

#profileBox .profileMessageBox p.txtR{
text-align:right;
margin:0 0 20px 0;
}

/*** 20210713 ***/
#profileBox .profileMessageBox p.txtR img{
width:90%;
}




/* =========== ポリシーTABLE =========== */

#profileBox .profilePolicyBox{
padding:0 30px;
}

#profileBox .profilePolicyBoxL{
width:100%;
padding:10px 0 0 0;
float:none;
}

#profileBox .profilePolicyBoxR{
width:100%;
float:none;
text-align:center;
padding:0 0 0 0;
}


#profileBox .profilePolicyBoxR img{
width:50%;
}

#profileBox .profilePolicyBox p{
font-size:20px;
}


/* =========== 自己紹介TABLE =========== */

#profileBox .introductionBox{
padding:0 10px;
}

#profileBox .introductionBoxL{
width:100%;
float:none;
}

#profileBox .introductionBoxR{
width:100%;
float:none;
text-align:center;
padding:0;
}


#profileBox .introductionBoxR img{
width:50%;
}


#profileBox .introductionBox table {
	line-height:1.6em;
border-spacing:0px 20px;
 border-collapse:separate ;
}



#profileBox .introductionBox th {
	line-height:1.6em;
	width:30%;
		font-size:14px;
	vertical-align:middle;
	padding:5px 10px;
	color:#008c38;
	text-align:center;
	border-right:dotted 1px #008c38;
	background:#fff;
}

#profileBox .introductionBox td {
	line-height:1.6em;
	width:70%;
	padding:5px 0 5px 10px;
		font-size:14px;
	vertical-align:middle;
	background:#fff;
	color:#333;
}

/* =========== 略歴TABLE =========== */

#profileBox .ryakurekiBox{
padding:0;
}

#profileBox .ryakurekiBoxL{
float:none;
width:100%;
}

#profileBox .ryakurekiBoxR{
display:none;
}


#profileBox .ryakurekiBoxL table {
	width: 100%;
	font-size:14px;
	line-height:1.6em;
	border-collapse:collapse;
	margin:0;
}
#profileBox .ryakurekiBoxL td {
	line-height:1.8em;
	padding:15px 0 15px 0;
	border-bottom:dotted 1px #ccc;
	vertical-align:middle;
	background:#fff;
		width:75%;
	color:#333;
}
#profileBox .ryakurekiBoxL th {
	line-height:1.8em;
	width:25%;
	vertical-align:middle;
	padding:10px 0;
	color:#008c38;
	text-align:center;
	border-bottom:dotted 1px #ccc;
	background:#fff;
}






/* =========== 現在TABLE =========== */

#profileBox .currentBox {
padding:0 10px 0 15px;
}


#profileBox .currentBox ul li {
	line-height:1.6em;
	font-size:14px;
	vertical-align:middle;
	padding:10px 0 5px 15px;
	color:#333;
background:url("profile/img/dot.jpg") left center no-repeat;
}




/* =========== 動画 =========== */

#profileBox .movieBox {
margin:0 0 50px 0;
}





/* =========== おいたちTABLE =========== */
#oitachiArea{
margin:0 0 30px 0;
display:block;
}

#oitachiArea h3 a{
width:100%;
background:#f0f0f0;
border-bottom:solid 1px #ccc;
font-size:18px;
color:#000;
line-height:1.4em;
font-weight:bold;
padding:11px 0 6px 15px;
margin:40px 0 10px 0;
}


#oitachiMenu{

padding:0;
	}


.menu-trigger2 {
	position: relative;
	width: 100%;
	height: auto;
}




.button-toggle2 {
width:100%;
background: #f0f0f0 url("common/img/open.png") right center no-repeat;

border-bottom:solid 1px #ccc;
font-size:18px;
color:#000;
line-height:1.4em;
font-weight:bold;
padding:11px 0 6px 15px;
margin:40px 0 10px 0;
	cursor:pointer;
}



.button-toggle2.close {
background: #f0f0f0 url("common/img/close.png") right center no-repeat;
}




/* =========== おいたちTABLE =========== */

#profileBox .oitachiBox{
	position: relative; /*** absolute は被せる ***/
	width: 100%;
padding:0 10px;
display:block;
	z-index:100;
	display:none;
	float:none;
	overflow: hidden;
}



/**************************************************************************************************

ホーム動画

**************************************************************************************************/
.topMovieArea{
width:100%;
margin:10px auto 2px auto;
}

.topMovieBox{
width:100%;
}



.topMovieArea p{
text-align:left;
font-size:15px;
font-weight:normal;
margin:15px 0 0  0;
padding:0 10px;
}

  
.topMovieArea p.m{
text-align:center;
font-size:20px;
font-weight:700;
margin:5px 0 0 0;
}


.topMovieArea p.txtR{
text-align:right;
margin:10px 0 10px 0;
}

/**************************************************************************************************

プロフィール動画

**************************************************************************************************/
.profileMovieArea{
width:100%;
margin:30px auto 0 auto;
}

.profileMovieBox{
position: relative;
padding-bottom: 56.25%; /*これが縦横比*/
height: 0;
width:100%;
overflow: hidden;
margin:0;
}


.profileMovieBox iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
} 
  



/**************************************************************************************************

実績ページ

**************************************************************************************************/
#resultBox{
width:100%;
margin:0 auto;
}

/*** 20210714追加 ***/
#resultBox .resultTtlBox{
margin:30px 0 0 0;
}

/*** 20210714追加 ***/
#resultBox .resultTtlBox h3{
line-height:1.0em;
font-size:25px;
font-weight:bold;
text-align:center;
border-bottom:solid 3px #008c38;
padding:0 0 10px 0;
margin:0 0 10px 0;
}


/*** 20220323追加 ***/
.resultPageMenu{
margin:15px 0 0 0;
width:100%;
}

.resultPageMenu ul li{
float:none;
width:100%;
margin:0 0 10px 0;
}


.resultPageMenu ul li:nth-child(even){ 
float:none;
width:100%;
margin:0;
}

.resultPageMenu ul li img{
width:100%;
}



/*** 20210714追加 ***/
#resultBox .resultTtlBox2{
margin:60px 0 0 0;
}

/*** 20210714追加 ***/
#resultBox .resultTtlBox2 h3{
line-height:1.0em;
font-size:25px;
font-weight:bold;
text-align:center;
border-bottom:solid 3px #008c38;
padding:0 0 10px 0;
margin:0 0 10px 0;
}

/*** 20210714追加 ***/
#resultBox .policyMenu{
margin:20px 0 20px 0;
padding:0 10px;
}

/*** 20210714追加 ***/
#resultBox .policyMenu ul li{
	float:none;
width:100%;
margin:0 0 10px 0;
}

/*** 20210714追加 ***/
#resultBox .policyMenu ul li.last{
	float:left;
width:100%;
margin:0;
}


/*** 20210714追加 ***/
#resultBox .policyMenu ul li a{
background: linear-gradient(#0e86ca, #005bad);

height:auto;
text-align:left;
font-size:140%;
display:block;
font-weight:900;
color:#fff;
text-align:center;
padding:20px 0 15px 0;
line-height:1.2em;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
		text-decoration: none;
}


/*** 20210714追加 ***/
#resultBox .policyMenu ul li .visited a,{
background: linear-gradient(#0e86ca, #005bad);
}


/*** 20210714追加 ***/
#resultBox .policyMenu ul li a:hover {
background: linear-gradient(#005bad, #0e86ca);
}


/*** 20210714追加 ***/
#resultBox .policyMenu ul li a:active {
background: linear-gradient(#005bad, #0e86ca);
}


/*** 20210714追加 ***/
#resultBox .policyMenu ul li a i{
font-weight:900;
color:#fff;
margin:0 10px 0 0;
}



/*** 20210810追加 ***/
#resultBox2 .policyMenu{
margin:20px 0 0 0;
padding:0 10px;
width:100%;
}

/*** 20210810追加 ***/
#resultBox2 .policyMenu ul li{
	float:none;
width:100%;
margin:0 0 10px 0;
}

/*** 20210810追加 ***/
#resultBox2 .policyMenu ul li.last{
	float:left;
width:100%;
margin:0;
}


/*** 20210810追加 ***/
#resultBox2 .policyMenu ul li a{
background: linear-gradient(#0e86ca, #005bad);

height:auto;
text-align:left;
font-size:140%;
display:block;
font-weight:900;
color:#fff;
text-align:center;
padding:20px 0 15px 0;
line-height:1.2em;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
		text-decoration: none;
}


/*** 20210810追加 ***/
#resultBox2 .policyMenu ul li .visited a,{
background: linear-gradient(#0e86ca, #005bad);
}


/*** 20210810追加 ***/
#resultBox2 .policyMenu ul li a:hover {
background: linear-gradient(#005bad, #0e86ca);
}


/*** 20210810追加 ***/
#resultBox2 .policyMenu ul li a:active {
background: linear-gradient(#005bad, #0e86ca);
}


/*** 20210810追加 ***/
#resultBox2 .policyMenu ul li a i{
font-weight:900;
color:#fff;
margin:0 10px 0 0;
}



#resultBox p.catch{
text-align:center;
font-size:25px;
color:#008c38;
line-height:1.3em;
font-weight:bold;
margin:0 0 0 0;
padding:0;
}

#resultBox p.catch span{
color:#e20013;
}


#resultBox .menuArea{

margin:20px 10px 0 10px;
}

#resultBox .menuArea ul{
margin:0;
}

#resultBox .menuArea ul li{
	float:none;
margin:0 0 10px 0;
width:100%;
}

#resultBox .menuArea ul li.last{
	float:none;
margin:0 0 0 0;
width:100%;
}

#resultBox .menuArea ul li a{
background:#fff url("result/img/menu_arrow.png") 15px center no-repeat;
border:solid 2px #008c38;
height:auto;
text-align:left;
font-size:16px;
display:block;
font-weight:normal;
color:#333;
padding:15px 10px 15px 45px;
line-height:1.4em;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
		text-decoration: none;
}

#resultBox .menuArea ul li.long a{
background:#fff url("result/img/menu_arrow.png") 15px center no-repeat;
border:solid 2px #008c38;
height:auto;
text-align:left;
font-size:16px;
display:block;
font-weight:normal;
color:#333;
padding:15px 10px 15px 45px;
line-height:1.4em;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
		text-decoration: none;
}

#resultBox .menuArea ul li .visited a, {
	text-decoration: none;
	color:#333;
}

#resultBox .menuArea ul li a:hover {
	text-decoration: none;
	color:#333;
background:#f0f0f0 url("result/img/menu_arrow.png") 15px center no-repeat;
}

#resultBox .menuArea ul li a:active {
	text-decoration: none;
	color:#333;
}


/*** 選挙用 ***/

#resultBox .menuArea2{
width:100%;
margin:20px 0 0 0 ;
padding:0 10px;
}

#resultBox .menuArea2 ul{
margin:0;
}

#resultBox .menuArea2 ul li{
	float:none;
margin:0 0 10px 0;
width:100%;
}

#resultBox .menuArea2 ul li.last{
	float:none;
margin:0 0 10px 0;
width:100%;
}


#resultBox .menuArea2 ul li a{
background:#fff url("result/img/menu_arrow.png") 15px center no-repeat;
border:solid 2px #008c38;
height:auto;
text-align:left;
font-size:16px;
display:block;
font-weight:normal;
color:#333;
padding:15px 10px 15px 45px;
line-height:1.4em;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
		text-decoration: none;
}

#resultBox .menuArea2 ul li.long a{
background:#fff url("result/img/menu_arrow.png") 15px center no-repeat;
border:solid 2px #008c38;
height:auto;
text-align:left;
font-size:16px;
display:block;
font-weight:normal;
color:#333;
padding:15px 10px 15px 45px;
line-height:1.4em;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
		text-decoration: none;
}

#resultBox .menuArea2 ul li .visited a, {
	text-decoration: none;
	color:#333;
}

#resultBox .menuArea2 ul li a:hover {
	text-decoration: none;
	color:#333;
background:#f0f0f0 url("result/img/menu_arrow.png") 15px center no-repeat;
}

#resultBox .menuArea2 ul li a:active {
	text-decoration: none;
	color:#333;
}





#resultBox .introBox{
margin:20px 5px 0 5px;
}

#resultBox .introBoxL{
width:100%;
float:none;
}

#resultBox .introBoxR{
width:200px;
float:none;
margin:0 auto;
display:block;
}

#resultBox .introBox p{
font-size:17px;
line-height:1.7em;
}

#resultBox .introBox .uldisc{
  padding: 0;
  margin: 0 0 0px 30px; //左のマージンはここで指定
  list-style-type: disc;
}

#resultBox .introBox .uldisc li{
  list-style-type: disc;
  line-height: 1.6em;
font-size:17px;
  padding: 0 0 5px 0px;
}



#resultBox .seisakuBox{
border:solid 1px #ccc;
padding:15px 10px;
background:#fff;
margin:0 10px 10px 10px;
}

#resultBox .seisakuBox h4{
border-bottom:dotted 1px #ccc;
font-size:16px;
margin:0 0 10px 0;
color:#333;
padding:0 0 5px 0;
font-weight:bold;
}

#resultBox .seisakuBox h4 span{
color:#0c91d0;
padding:0 0 0 5px;
}



#resultBox .seisakuBox p{
text-align:left;
padding:0 0 0 10px;
margin:0;
}



/*** ヨコハマルール7 ***/
.yokohamarule{
margin:20px 0 0 0;
width:100%;
background:#008c38;
position:relative;
}

.yokohamarule .manBox{
display:none;
}



.yokohamarule .inner{
padding:15px 5px 5px 5px;
}

.yokohamarule .box1{
background:#fff;
border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
margin:0 0 10px 0;
padding:10px 0 10px 10px;
}


.yokohamarule .box1 h3{
color:#000;
font-size:22px;
font-weight:bold;
letter-spacing:1.5px;
line-height:1.5em;
}


.yokohamarule .box1 h3 span{
color:#d60000;
}

.yokohamarule .box1 h3 span.num{
color:#008c38;
margin:0 5px 0 0;
}


.yokohamarule .box1 h3 span.txts{
color:#000;
font-size:14px;
}



/*** 選挙用実績 ***/

#senkyoPolicyBox {
margin:50px auto 0 auto;
width:100%;
}

/*** 神奈川県知事として ***/
#senkyoPolicyBox .kanagawaBox{
margin:30px 0 0 0;
width:100%;
background:#b9e4f7;
}

#senkyoPolicyBox .kanagawaBox .manBox{
display:none;
}


#senkyoPolicyBox .kanagawaBox h3{
background:#177fc6;
text-align:center;
color:#fff;
line-height:1.5em;
font-weight:bold;
font-size:23px;
padding:10px 0 10px 0;
}

#senkyoPolicyBox .kanagawaBox .inner{
padding:15px 5px 5px 5px;
}

#senkyoPolicyBox .kanagawaBox .box1{
background:#fff;
border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
margin:0 0 10px 0;
padding:10px 10px;
}

#senkyoPolicyBox .kanagawaBox .box1 p{
color:#000;
margin:0 0 5px 0;
font-size:14px;
font-weight:bold;
letter-spacing:1.5px;
line-height:1.3em;
}

#senkyoPolicyBox .kanagawaBox .box1 h4{
color:#177fc6;
font-size:18px;
font-weight:bold;
letter-spacing:1.5px;
line-height:1.3em;
}



/*** 国会議員として ***/
#senkyoPolicyBox .kuniBox{
margin:30px 0 0 0;
width:100%;
background:#fbe2d3;
}

#senkyoPolicyBox .kuniBox .manBox{
display:none;
}

#senkyoPolicyBox .kuniBox h3{
background:#e60213;
text-align:center;
color:#fff;
line-height:1.5em;
font-weight:bold;
font-size:23px;
padding:10px 0 10px 0;
}

#senkyoPolicyBox .kuniBox .inner{
padding:15px 5px 5px 5px;
}

#senkyoPolicyBox .kuniBox .box2{
background:#fff;
border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
margin:0 0 10px 0;
padding:10px 10px;
}

#senkyoPolicyBox .kuniBox .box2 p{
color:#000;
margin:0 0 5px 0;
font-size:14px;
font-weight:bold;
letter-spacing:1.5px;
line-height:1.3em;
}

#senkyoPolicyBox .kuniBox .box2 h4{
color:#e60213;
font-size:18px;
font-weight:bold;
letter-spacing:1.5px;
line-height:1.3em;
}



/*** 歴史作家として ***/
#senkyoPolicyBox .bookBox{
margin:30px 0 0 0;
width:100%;
background:#f1e8e2;
}

#senkyoPolicyBox .bookBox .manBox{
display:none;
}

#senkyoPolicyBox .bookBox h3{
background:#80331b;
text-align:center;
color:#fff;
line-height:1.5em;
font-weight:bold;
font-size:23px;
padding:10px 0 10px 0;
}

#senkyoPolicyBox .bookBox .inner{
padding:15px 5px 5px 5px;
}

#senkyoPolicyBox .bookBox .box2{
background:#fff;
border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
margin:0 0 10px 0;
padding:10px 10px;
}

#senkyoPolicyBox .bookBox .box2 p{
color:#000;
margin:0 0 5px 0;
font-size:14px;
font-weight:bold;
letter-spacing:1.5px;
line-height:1.3em;
}

#senkyoPolicyBox .bookBox p.exp{
color:#000;
margin:0 0 10px 0;
font-size:13px;
text-align:left;
font-weight:bold;
letter-spacing:1.5px;
line-height:1.5em;
}


#senkyoPolicyBox .bookBox p.exp2{
color:#000;
margin:0 0 10px 0;
font-size:16px;
text-align:center;
font-weight:bold;
letter-spacing:1.5px;
line-height:1.3em;
}


#senkyoPolicyBox .bookBox .box2 h4{
color:#80331b;
font-size:18px;
font-weight:bold;
letter-spacing:1.5px;
line-height:1.3em;
}



#senkyoPolicyBox .resultArrow{
margin:20px 0;
text-align:center;
}


#senkyoPolicyBox .resultArrow img{
width:110px;
height:45px;
}


/* =========== 動画 =========== */

#resultBox .movieBox {
margin:0 0 50px 0;
}




/**************************************************************************************************

政策ページ

**************************************************************************************************/
#policyBox{
width:100%;
margin:0 auto;
}



#policyBox .menuArea{

margin:20px 10px 0 10px;
}

#policyBox .menuArea ul{
margin:0;
}

#policyBox .menuArea ul li{
	float:none;
margin:0 0 10px 0;
width:100%;
}

#policyBox .menuArea ul li.long{
	float:left;
width:100%;
margin:0 0 10px 0;
}


#policyBox .menuArea ul li .icon{
border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
background:#008c38;
color:#fff;
text-align:center;
padding:3px 7px 3px 7px;
margin:0 0 7px 0;
width:50px;
line-height:1.4em;
font-size:13px;
}



#policyBox .menuArea ul li a{
background:#fff url("result/img/menu_arrow.png") 15px center no-repeat;
border:solid 2px #008c38;
height:auto;
text-align:left;
font-size:16px;
display:block;
font-weight:normal;
color:#333;
padding:15px 10px 15px 45px;
line-height:1.4em;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
		text-decoration: none;
}

#policyBox .menuArea ul li.long a{
background:#fff url("result/img/menu_arrow.png") 15px center no-repeat;
border:solid 2px #008c38;
height:auto;
text-align:left;
font-size:16px;
display:block;
font-weight:normal;
color:#333;
padding:15px 10px 15px 45px;
line-height:1.4em;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
		text-decoration: none;
}

#policyBox .menuArea ul li .visited a, {
	text-decoration: none;
	color:#333;
}

#policyBox .menuArea ul li a:hover {
	text-decoration: none;
	color:#333;
background:#f0f0f0 url("result/img/menu_arrow.png") 15px center no-repeat;
}

#policyBox .menuArea ul li a:active {
	text-decoration: none;
	color:#333;
}


#policyBox .seisakuBox{
border:solid 1px #ccc;
padding:15px 10px;
background:#fff;
margin:0 10px 10px 10px;
}

#policyBox .seisakuBox h4{
border-bottom:dotted 1px #ccc;
font-size:16px;
margin:0 0 10px 0;
color:#333;
padding:0 0 5px 0;
font-weight:bold;
}

#policyBox .seisakuBox h4 span{
color:#008c38;
padding:0 0 0 5px;
}



#policyBox .seisakuBox p{
text-align:left;
padding:0 0 0 10px;
margin:0;
}


#policyBox .policyBoxR{
float:none;
display:none;
}


 /*** 簡易版タイトル ***/
 #policyBox  .yokohamaTtl{
 font-size:32px;
 text-align:center;
 margin:70px 0 0 0;
 font-weight:bold;
 color:#000;
 }
 




/*************************************************************************************************

政策

**************************************************************************************************/

.policyArea{
margin:0 auto 0 auto;
padding:20px 0 30px 0;
width:100%;
background:#ececec;
}


.policyArea .policyLogoBox{
text-align:center;
margin:0 0 20px 0;
}


.policyArea .policyLogoBox img{
width:40%;
}


.policyAreaBox1, .policyAreaBox2{
width:100%;
background:#fff;
margin:0 auto 20px auto;
 	-webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.2);
box-shadow:5px 5px 5px rgba(0,0,0,0.2);
}


.policyAreaBox3{
width:100%;
margin:0 auto 20px auto;
}



/*** H3　個別背景色設定 ***/
.policyAreaBox1 h3{
background:#ea5514;
color:#fff;
font-size:20px;
text-align:center;
font-weight:bold;
padding:7px 0;
line-height:1.5em;
}

.policyAreaBox2 h3.ir{
background:#e60012;
color:#fff;
font-size:20px;
text-align:center;
font-weight:bold;
padding:7px 0;
line-height:1.5em;
}

.policyAreaBox2 h3.kyushoku{
background:#2ea7e0;
color:#fff;
font-size:20px;
text-align:center;
font-weight:bold;
padding:7px 0;
line-height:1.5em;
}

.policyAreaBox2 h3.eigo{
background:#e63082;
color:#fff;
font-size:20px;
text-align:center;
font-weight:bold;
padding:7px 0;
line-height:1.5em;
}

.policyAreaBox3 h3.tyoju{
background:#969696;
color:#fff;
font-size:17px;
text-align:center;
font-weight:bold;
padding:7px 0;
line-height:1.5em;
}

.policyAreaBox3 h3.kuyakusho{
background:#969696;
color:#fff;
font-size:17px;
text-align:center;
font-weight:bold;
padding:7px 0;
line-height:1.5em;
}

.policyAreaBox3 h3.tabako{
background:#969696;
color:#fff;
font-size:17px;
text-align:center;
font-weight:bold;
padding:7px 0;
line-height:1.5em;
}

.policyAreaBox3 h3.dokuritsu{
background:#969696;
color:#fff;
font-size:17px;
text-align:center;
font-weight:bold;
padding:7px 0;
line-height:1.5em;
}


.policyAreaBox1 .inner, .policyAreaBox2 .inner{
padding:0 20px 20px 20px;
}


.policyAreaBox3 .inner{
padding:0 10px 10px 10px;
}

/*** policyAreaBox1限定 ***/
.policyAreaBox1 p{
font-size:20px;
margin:10px 0 5px 0;
font-weight:normal;
line-height:1.5em;
text-shadow: 1px 1px 0px #fff;
}


.policyAreaBox1 p strong{
	background: linear-gradient(transparent 70%, #fff075 60%);
font-weight:bold;
}

.policyAreaBox1 .rf{
position:relative;
}

.policyAreaBox1 .hanko{
position:absolute;
top:-80px;
right:-10px;
}
.policyAreaBox1 .hanko img{
width:80px;
}


/*** policyAreaBox2限定 ***/
.policyAreaBox2 p{
font-size:20px;
margin:10px 0 5px 0;
font-weight:normal;
line-height:1.5em;
text-shadow: 1px 1px 0px #fff;
}


.policyAreaBox2 p strong{
	background: linear-gradient(transparent 70%, #fff075 60%);
font-weight:bold;
}


/*** policyAreaBox3限定 ***/

.policyAreaBox3 ul{
margin:0 0 20px 0;
width:100%;
}

.policyAreaBox3 ul li{
width:100%;
display:block;
background:#fff;
margin:0 0 20px 0;
 	-webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.2);
box-shadow:5px 5px 5px rgba(0,0,0,0.2);
}

.policyAreaBox3 ul li:last-child{
width:100%;
margin:0;
}

.policyAreaBox3 p{
font-size:16px;
margin:5px 0 0 0;
font-weight:normal;
text-shadow: 1px 1px 0px #fff;
}


.policyAreaBox3 p strong{
	background: linear-gradient(transparent 70%, #fff075 60%);
font-weight:bold;
}




/*** 動画再生ボタン ***/
.policyArea .btn a{
width:200px;
	font-size:14px;
	vertical-align:middle;
text-align:center;
	font-weight:700;
	color:#000;
	line-height:1.6em;
	text-decoration: none;
	display: block;
margin:10px auto 0 auto;
	padding:10px 0 10px 0;
border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px;
background: #e6e6e6;
}


.policyArea .btn .visited a, {
	opacity:1.0;
}


.policyArea .btn a:hover {
	opacity:.8;
}

.policyArea .btn a:active {
	opacity:.8;
}


.policyArea .btn a i{
color:#ff0000;
margin:0 7px 0 0;
}



.policyExp{
width:100%;
margin:40px auto 0 auto;
padding:0 10px;
}

.policyExp p{
font-size:15px;
line-height:1.6em;
}


/*** 横浜ルール7 ***/
.policyRule{
width:100%;
background:#fff;
margin:20px auto 0 auto;
 	-webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.2);
box-shadow:5px 5px 5px rgba(0,0,0,0.2);
position:relative;
}

.policyRule h3{
background:#0071ad;
color:#fff;
font-size:30px;
text-align:center;
font-weight:bold;
padding:0 0 10px 0;
line-height:1.0em;
 	-webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.2);
box-shadow:5px 5px 5px rgba(0,0,0,0.2);
}
.policyRule h3 span{
font-size:15px;
}
.policyRule .inner{
padding:20px 10px 10px 10px;
}

.policyRule p{
color:#000;
font-size:25px;
text-align:center;
font-weight:700;
margin:0 0 20px 0;
line-height:1.6em;
}

.policyRule ul{
  padding: 0;
  margin: 0 0 0px 0; //左のマージンはここで指定
  list-style-type: decimal;
}

.policyRule ul li{
color:#0071ad;
  list-style-type: decimal;
  line-height: 1.5em;
	font-size:20px;
font-weight:900;
  padding: 0 0 10px 10px;
margin:0 0 10px 0;
border-bottom:dotted 1px #ccc;
	list-style-position: inside;　/* 追記 */

}
.policyRule ul li span{
color:#000;
}
.policyRule ul li span.red{
color:#d60000;
}

.policyRule ul li span.st{
	font-size:15px;
color:#000;
}

.policyRule .ruleImg{
display:none;
position:absolute;
bottom:0px;
right:50px;
}

.policyRule .ruleImg img{
width:400px;
filter: drop-shadow(4px 4px 4px #aaa);
}




/**************************************************************************************************

マニフェスト発表会動画

**************************************************************************************************/
.senkyoMovieArea{
width:100%;
margin:30px auto 0 auto;
}

.senkyoMovieBox{
position: relative;
padding-bottom: 56.25%; /*これが縦横比*/
height: 0;
width:100%;
overflow: hidden;
margin:0;
}


.senkyoMovieBox iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
} 
  
.senkyoMovieArea p{
text-align:center;
margin:10px auto 0 auto;
text-align:center;
font-size:17px;
line-height:1.5em;
}

/**************************************************************************************************

八策動画

**************************************************************************************************/
.hassakuMovieArea{
width:100%;
margin:20px auto 0 auto;
}

.hassakuMovieBox{
position: relative;
padding-bottom: 56.25%; /*これが縦横比*/
height: 0;
width:100%;
overflow: hidden;
margin:0;
}


.hassakuMovieBox iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
} 
  




/**************************************************************************************************

マニフェストバナー

**************************************************************************************************/
.ban_manifestArea{
width:100%;
margin:20px auto 50px auto;
text-align:center;
}




 /*************************************************************************************************

H3

**************************************************************************************************/
.subtitle h3.pat1{
background:#1165b4;
width:100%;
padding:10px 0 12px 0;
margin:0;
text-align:center;
color:#fff;
font-weight:900;
font-size:16px; 
line-height:1.7em;
}

.subtitle h3.pat1 span{
font-size:21px; 
}

.subtitle h3.pat2{
background:#ffa016;
width:100%;
padding:20px 0 20px 0;
margin:0;
text-align:center;
color:#fff;
font-weight:900;
font-size:24px; 
line-height:1.6em;
}

.subtitle h3.pat2 span{
font-size:34px; 
}

.subtitle h3.pat3{
background:#ffa016;
width:100%;
padding:2px 0 10px 0;
margin:0;
text-align:center;
color:#fff;
font-weight:900;
font-size:30px; 
line-height:1.2em;
}

.subtitle h3.pat3 span{
font-size:20px; 
}

.subtitle h3.pat4{
background:#1165b4;
width:100%;
padding:15px 0 15px 0;
margin:0;
text-align:center;
color:#fff;
font-weight:900;
font-size:22px; 
line-height:1.6em;
}

.subtitle h3.pat5{
background:#ffa016;
width:100%;
padding:15px 0 15px 0;
margin:0;
text-align:center;
color:#fff;
font-weight:900;
font-size:22px; 
line-height:1.6em;
}

/*************************************************************************************************

実績

**************************************************************************************************/

.resultArea{
margin:0 auto 0 auto;
padding:20px 0 30px 0;
width:100%;
background:#fffde0;
}

.resultAreaBox1, .resultAreaBox2{
width:96%;
background:#fff;
margin:0 2% 0 2%;
 	-webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.2);
box-shadow:5px 5px 5px rgba(0,0,0,0.2);
}

.resultAreaBox3{
width:96%;
background:#fff;
margin:0 2% 0 2%;
 	-webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.2);
box-shadow:5px 5px 5px rgba(0,0,0,0.2);
}


.resultAreaBox1 h3, .resultAreaBox2 h3, .resultAreaBox3 h3{
background: linear-gradient(#0093d9, #005db4);

color:#fff;
font-size:20px;
text-align:center;
font-weight:bold;
padding:7px 0;
line-height:1.5em;
}


.resultAreaBox1 .inner, .resultAreaBox2 .inner{
padding:0 20px 20px 20px;
}

.resultAreaBox3 .inner{
padding:15px 20px 20px 20px;
}


.resultAreaBox3 .inner2{
padding:0 20px 0 20px;
}

/*** resultAreaBox1限定 ***/
.resultAreaBox1 ul li{
display:inline-block;
vertical-align:top;
width:100%;
}

.resultAreaBox1 ul li:nth-child(3), .resultAreaBox1 ul li:nth-child(4), .resultAreaBox1 ul li:nth-child(5){
display:inline-block;
vertical-align:top;
width:100%;
}

.resultAreaBox1 ul li:nth-child(4){
display:inline-block;
vertical-align:top;
width:100%;
margin:0 0%;
}

.resultAreaBox1 li h4{
font-size:24px;
margin:20px 0 7px 0;
text-shadow: 1px 1px 0px #fff;
}


.resultAreaBox1 h4.pat1 strong{
	background: linear-gradient(transparent 70%, #fff075 60%);
font-weight:bold;
}

.resultAreaBox1 ul li p{
vertical-align:top;
font-size:16px;
color:#000;
line-height:1.4em;
}


/*** resultAreaBox2限定 ***/
.resultAreaBox2 ul li{
vertical-align:top;
}

.resultAreaBox2 li h4{
font-size:24px;
line-height:1.3em;
margin:25px 0 7px 0;
text-shadow: 1px 1px 0px #fff;
}


.resultAreaBox2 h4.pat2 strong{
	background: linear-gradient(transparent 70%, #fbdecc 60%);
font-weight:bold;
}

.resultAreaBox2 ul li p{
vertical-align:top;
font-size:16px;
color:#000;
line-height:1.4em;
}


/*** resultAreaBox3限定 ***/
.resultAreaBox3 ul li{
display:inline-block;
vertical-align:top;
width:100%;
}

.resultAreaBox3 li h4{
font-size:16px;
margin:15px 0 0 0;
}

.resultAreaBox3 li h4 span{
font-size:14px;
color:#0071be;
margin:0 5px 0 0;
}

.resultAreaBox3 h4.pat2 strong{
	background: linear-gradient(transparent 70%, #fbdecc 60%);
font-weight:bold;
}

.resultAreaBox3 ul li p{
vertical-align:top;
font-size:20px;
color:#000;
margin:0 0 0 5px;
font-weight:700;
line-height:1.4em;
}

.resultAreaBox3 .imgBox{
text-align:center;
}




/*** 歴史作家として ***/
.resultArea .bookBox{
margin:30px 0 0 0;
width:100%;
background:#f1e8e2;
}

.resultArea .bookBox .manBox{
display:none;
}

.resultArea .bookBox h3{
background:#80331b;
text-align:center;
color:#fff;
line-height:1.5em;
font-weight:bold;
font-size:23px;
padding:10px 0 10px 0;
}

.resultArea .bookBox .inner{
padding:15px 5px 5px 5px;
}

.resultArea .bookBox .box2{
background:#fff;
border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
margin:0 0 10px 0;
padding:10px 10px;
}

.resultArea .bookBox .box2 p{
color:#000;
margin:0 0 5px 0;
font-size:14px;
font-weight:bold;
letter-spacing:1.5px;
line-height:1.3em;
}

.resultArea .bookBox p.exp{
color:#000;
margin:0 0 10px 0;
font-size:15px;
text-align:left;
font-weight:bold;
letter-spacing:1.5px;
line-height:1.5em;
}


.resultArea .bookBox p.exp2{
color:#000;
margin:0 0 10px 0;
font-size:16px;
text-align:center;
font-weight:bold;
letter-spacing:1.5px;
line-height:1.3em;
}


.resultArea .bookBox .box2 h4{
color:#80331b;
font-size:18px;
font-weight:bold;
letter-spacing:1.5px;
line-height:1.3em;
}



/**************************************************************************************************

アコーディオン

**************************************************************************************************/
.accPc{
display:none;
}

.accSp{
display:block;
}






/**************************************************************************************************

CONTAINER

**************************************************************************************************/

#container {
	width:100%;
		margin: 40px auto 40px auto;
	padding:0px;
}

#container:after {
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	contet:".";
}



/**************************************************************************************************

MAINBOX

**************************************************************************************************/

#mainBox {
	width:100%;
	float:none;
	padding:0 10px;
	margin:0 0 50px 0;
}


/**************************************************************************************************

SUBBOX

**************************************************************************************************/

#subBox {
	width:100%;
	padding:0 10px;
	float:none;
}


.sideMenuTitle{
	width:100%;
}

.sideMenuTitleL{
float:left;
}

.sideMenuTitleR{
float:right;
}

.sideListBox ul li{
background: url(common/img/faqdot.jpg) 0 10px no-repeat;
border-bottom:dotted 1px #ccc;
padding:6px 0 6px 13px;
	font-size:81.3%;
line-height:1.5em;
margin:0;
}


#subBox ul.menu li {
}



#subBox ul.menu li a {
	padding:7px 0 7px 27px;
	font-size:87.5%;
	line-height:1.3em;
	background: url(common/img/side_arrow.gif) 10px center no-repeat;
	border-bottom:dotted 1px #ccc;
	display: block;
	color: #333;
	vertical-align:top;
	text-decoration: none;
}

#subBox ul.menu li .visited a, {
	text-decoration: none;
	color: #333;
	background: url(common/img/side_arrow.gif) 10px center no-repeat;
	vertical-align:top;
}

#subBox ul.menu li a:hover {
	text-decoration: underline;
	color: #333;
	background: #fffedf url(common/img/side_arrow.gif) 10px center no-repeat;
	vertical-align:top;
}

#subBox ul.menu li a:active {
	text-decoration: underline;
	color: #333;
	background: #fcee00 url(common/img/side_arrow.gif) 10px center no-repeat;
	vertical-align:top;
}

#subBox ul.menu li span {
	font-size:87.5%;
	padding:7px 0 7px 27px;
	line-height:1.3em;
	background: #fffedf url(common/img/side_arrow.gif) 10px center no-repeat;
	border-bottom:dotted 1px #ccc;
	display: block;
	color: #333;
	vertical-align:top;
	text-decoration: none;
	font-weight:bold;
}


.sideArchiveTtl{
	width:100%;
font-size:100%;
font-weight:bold;
line-height:1.5em;
color:#fff;
padding:8px 0 6px 15px;
background:#008c38;
}




.sideArchiveBox{
	width:100%;
background:#fff;
border:solid 1px #cfcfcf;
border-top:solid 0px #cfcfcf;
}

.sideArchiveBoxInner{
padding:0 10px 10px 10px;
}

.sideArchiveListBox ul li{
border-bottom:dotted 1px #ccc;
padding:8px 0 8px 6px;
font-size:95%;
line-height:1.4em;
margin:0;
}


.sideSpNone{
display:none;
}




/**************************************************************************************************

活動ブログ

**************************************************************************************************/
.blogBox{
width:100%;
padding:0 0 20px 0;
margin:0 0 20px 0;
}

.blogThumbBox{
width:32%;
float:left;
}

.blogThumbBox img{
width:100%;
height:100%;
}

.blogThumbBox2{
width:32%;
float:left;
}

.blogThumbBox2 img{
width:70%;
height:70%;
}



.blogInfoBox{
width:64%;
float:right;
}

.blogInfoBox p{
	font-size:85%;

line-height:1.5em;
}

.blogBox h3{
font-size:16px;
font-weight:bold;
margin:5px 0 0 0;
line-height:1.4em;
}

.blogBox .day	{
color: #555;
	font-size:12px;
margin:0;
color:#969696;

}

.blogInfoBox .btn{
display:none;}


.blogInfoBox .btn a{
	display: block;
background:#fff;
padding:7px 10px;
border:solid 2px #ccc;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
	cursor:pointer;

	text-decoration: none;
	color:#333;
}

.blogInfoBox .btn .visited a, {
background:#fff;
	text-decoration: none;
	color:#333;
}

.blogInfoBox .btn a:hover {
	text-decoration: none;
background:#f0f0f0;
	color:#ff7c05;
		opacity:0.7;
	filter: alpha(opacity=70);
	color:#333;

}

.blogInfoBox .btn a:active {
background:#f0f0f0;
	text-decoration: none;
	color:#333;
	color:#ff7c05;
}



.blogInfoBox .category span.report{
margin:0;
border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
background:#0ea92d;
	font-size:12px;
color:#fff;
text-align:center;
padding:2px 10px 2px 10px;
}

.blogInfoBox .category span.media{
margin:0;
border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
background:#b04343;
	font-size:12px;
color:#fff;
text-align:center;
padding:2px 10px 2px 10px;
}


.blogInfoBox .category span.book{
margin:0;
border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
background:#0e5082;
	font-size:12px;
color:#fff;
text-align:center;
padding:2px 10px 2px 10px;
}


.blogInfoBox .category span.ronbun{
margin:0;
border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
background:#f889b5;
	font-size:12px;
color:#fff;
text-align:center;
padding:2px 10px 2px 10px;
}


.blogInfoBox .category span.kokkai{
margin:0;
border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
background:#5c1781;
	font-size:12px;
color:#fff;
text-align:center;
padding:2px 10px 2px 10px;
}



.blogInfoBox .category span.column{
margin:0;
border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
background:#b89246;
	font-size:12px;
color:#fff;
text-align:center;
padding:2px 10px 2px 10px;
}


.blogInfoBox .category span.sokutou{
margin:0;
border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
background:#06694a;
	font-size:12px;
color:#fff;
text-align:center;
padding:2px 10px 2px 10px;
}



/**************************************************************************************************

ニュース記事内容

**************************************************************************************************/
#postBox{
width:100%;
}


#postBox h2{
border-top:solid 1px #ccc;
border-bottom:solid 1px #ccc;
text-indent:0px;
padding:15px 10px 13px 15px;
height:auto;
background:#f0f0f0;
font-size:20px;
line-height:1.5em;
font-weight:bold;
}




div.postinfo	{
color: #555;
text-align:right;
	font-size:12px;
margin:15px 0 30px 0;
color:#969696;
clear: both;
}



/***  著作エリア ***/
#postBox .bookConBox{
margin:0 10px 20px 10px;
}

#postBox .bookConBoxL{
float:none;
width:100%;
}

#postBox .bookConBoxR{
float:none;
width:100%;
text-align:center;
}

#postBox .bookConBoxR img{
width:50%;
width:50%;
}

#postBox .bookLinkBox{
background:#f0f0f0;
border:solid 1px #ccc;
padding:20px 0;
}

#postBox .bookLinkBox p{
text-align:center;
font-size:16px;
font-weight:bold;
margin:0;
padding:0;
line-height:1.4em;
}


#postBox .bookLinkBox img{
margin:0 5px 2px 0;
}






#postBox p	{
	font-size:15px;
	line-height: 1.8em;
	margin:0 0 30px 0;
}




div.post .nextBtn	{
	font-size:85%;
	line-height: 1.6em;
color: #333;
margin: 10px 0 0 0;
text-align:left;
}


.blogNextPrevBox{
width:100%;
border:solid 1px #ccc;
background:#f0f0f0;

}

.blogNextPrevBoxInner{
padding:10px 15px;
}

.blogNextPrevBoxInner ul li{
float:left;
	font-size:85%;
}

.blogNextPrevBoxInner ul li.last{
float:right;
}



 
.blogMovie {
position: relative;
padding-bottom: 75%; /*これが縦横比*/
height: 0;
overflow: hidden;
margin:20px 0;
}

.blogMovie iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}


 
 
 
 
/**************************************************************************************************

関連記事内容

**************************************************************************************************/
#relatedBox{
width:100%;
border-top:solid 1px #e6e6e6;
margin:50px auto 0 auto;
padding:50px 0 0 0;
}

#relatedBox h4{
border-bottom:solid 1px #ccc;
text-indent:0px;
padding:10px 10px 6px 10px;
height:auto;
margin:0 0 30px 0;

font-size:130%;
line-height:1.5em;
font-weight:bold;
}

#relatedBox ul{
margin:0;
letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
text-align:center;
}

#relatedBox ul li{
width:46%;
display: inline-block;
letter-spacing: normal; /* 文字間を通常に戻す */
    /display: inline;  /* IE用ハック */
	
    /zoom: 1;  /* IE用ハック */
vertical-align:top;
margin:0 10px 30px 0;
}

#relatedBox ul li:nth-child(even){
width:46%;
display: inline-block;
letter-spacing: normal; /* 文字間を通常に戻す */
    /display: inline;  /* IE用ハック */
	
    /zoom: 1;  /* IE用ハック */
vertical-align:top;
margin:0 0 30px 0;
}

#relatedBox p{
text-align:left;
font-size:14px;
margin:7px 7px 0 7px;
line-height:1.4em;
}





/* 記事内の画像 */
.aligncenter{
display: block;
margin-left: auto;
margin-right: auto;
}

div.post img{
border: none;
}

div.post a:hover img{
opacity:0.6;
filter: alpha(opacity=60);
}

.alignleft	{
float: left;
margin-right: 20px;
margin-bottom: 10px;
}

.alignright {
float: right;
margin-left: 20px;
margin-bottom: 10px;
}

.wp-caption	{
border: solid 1px #aaaaaa;
text-align: center;
padding-top: 5px;
margin-top: 10px;
}



/* ---------------------------------------------------
 PLUGIN WP-Page Navi
---------------------------------------------------- */
.navigation { padding: 15px; text-align:center;}

.wp-pagenavi { font-weight: normal;
font-size:13px;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 1px 5px 1px 5px; 
	margin: 3px 4px;
	text-decoration: none;
	border: 1px solid #aaa;
	color: #666;
	background-color: #e7e8e3;
}

.wp-pagenavi a:visited {
	padding: 1px 5px 1px 5px; 
	margin: 3px 4px;
	text-decoration: none;
	border: 1px solid #aaa;
	color: #666;
	background-color: #e7e8e3;
}

.wp-pagenavi a:hover {
	border: 1px solid #aaa;
	color: #fff;
	background-color: #387cc7;
}

.wp-pagenavi a:active {
	padding: 1px 5px 1px 5px; 
	margin: 3px 4px;
	text-decoration: none;
	border: 1px solid #aaa;
	color: #666;
	background-color: #e7e8e3;
}

.wp-pagenavi span.pages {
	padding: 1px 5px 1px 5px; 
	margin: 3px 4px;
	color: #666;
	border: 1px solid #aaa;
	background-color: #e7e8e3;
}

.wp-pagenavi span.current {
	padding: 1px 5px 1px 5px;
	margin: 3px 4px;
	border: 1px solid #aaa;
	color: #fff;
	background-color: #387cc7;
}

.wp-pagenavi span.extend {
	padding: 1px 5px 1px 5px;
	margin: 3px 4px;
	border: 1px solid #aaa;
	color: #666;
	background-color: #e7e8e3;
}





/**************************************************************************************************

サポーター募集

**************************************************************************************************/
#supporterBox{
width:100%;
margin:40px auto 0 auto;
}



#supporterBox p{
text-align:left;
padding:0 10px;
}



#supporterBox p.catch{
text-align:center;
font-size:22px;
color:#008c38;
font-weight:bold;
border-bottom:solid 1px #ccc;
margin:0;
}

#supporterBox .guideBox{
margin:30px 0 0 0;
background:#f0f0f0;
padding:20px 10px;
}

#supporterBox .guideBox h3{
text-align:center;
font-size:18px;
color:#333;
font-weight:bold;
}

#supporterBox .guideBox ul {
margin:20px 0 0 30px;
}

#supporterBox .guideBox ul li{
font-size:15px;
}


#supporterBox .imgBox{
text-align:center;
margin:20px 0;
}


#supporterBox .btn {
padding:0 10px;

}

#supporterBox .btn img{
width:30px;
height:25px;
}

#supporterBox .btn a{
	text-align:center;
width:100%;
margin:0 auto 0 auto;
height:65px;
background:#feb005;
border-style: none;
text-align:center;
font-size:20px;
display:block;
font-weight:bold;
color:#fff;
padding:20px 10px 0 10px;
line-height:1.1em;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
		text-decoration: none;
}


#supporterBox .btn .visited a, {
	text-decoration: none;
	color:#fff;
}

#supporterBox .btn a:hover {
	text-decoration: none;
	color:#fff;
color:#fff;
}

#supporterBox .btn a:active {
	text-decoration: none;
	color:#fff;
}


#supporterBox .workBox{
border:solid 1px #ccc;
padding:15px 10px;
background:#fff;
margin:0 10px 20px 10px;
}

#supporterBox .workBox h4{
border-bottom:dotted 1px #ccc;
font-size:16px;
margin:0 0 10px 0;
color:#333;
padding:0 0 5px 0;
font-weight:bold;
}

#supporterBox .workBox h4 span{
color:#008c38;
padding:0 0 0 5px;
}


#supporterBox .workBox p{
text-align:left;
padding:0 0 0 10px;
margin:0;
}


#supporterBox .fbbtn {
padding:0 10px;
}
#supporterBox .fbbtn a{
	text-align:center;
width:100%;
margin:15px auto 0 auto;
height:65px;
background:#3b5999;
border-style: none;
text-align:center;
font-size:20px;
display:block;
font-weight:bold;
color:#fff;
padding:12px 0 5px 0;
line-height:1.7em;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
		text-decoration: none;
}


#supporterBox .fbbtn .visited a, {
	text-decoration: none;
	color:#fff;
}

#supporterBox .fbbtn a:hover {
	text-decoration: none;
	color:#fff;
color:#fff;
}

#supporterBox .fbbtn a:active {
	text-decoration: none;
	color:#fff;
}



/**************************************************************************************************

お問い合わせ

**************************************************************************************************/
.txtinput1 input {
width:100%;
}

.txtinput2 input {
width:100%;
}

.txtinput3 input {
    width: 80px;
}

.txtinput4 textarea {
width:100%;
    height:200px;
}


#contactArea{
width:100%;
margin:30px 0;
}


#contactBox{
margin:0;
padding:0 10px;
width:100%;
}


#formBtn{
margin:30px 0 0 0;
}


#contactBox p{
padding:0 10px;
}


#contactBox .btn a{
	text-align:center;
width:100%;
margin:15px auto 0 auto;
height:70px;
background:#ef9d20;
border-style: none;
text-align:center;
font-size:130%;
display:block;
font-weight:bold;
color:#fff;
padding:12px 0 5px 0;
line-height:1.5em;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
		text-decoration: none;
}


#contactBox .btn .visited a, {
	text-decoration: none;
	color:#fff;
background:#ef9d20;
}

#contactBox .btn a:hover {
	text-decoration: none;
	color:#fff;
background:#f5c479;
}

#contactBox .btn a:active {
	text-decoration: none;
background:#ef9d20;
	color:#fff;
}



	.inputform {
		padding: 4px;
		border: #cccccc solid 1px;
	}
	.inputform2 {
		padding: 4px;
		border: #cccccc solid 1px;
	}
	.inputform3 {
		padding: 4px;
		border: #cccccc solid 1px;
	}
	.inputform4 {
		padding: 4px;
		border: #cccccc solid 1px;
	}
	input.inputform {
		width: 228px;
	}
	input.inputform2 {
		width: 50px;
	}
	input.inputform3 {
		width: 350px;
	}
	input.inputform4 {
		width: 100px;
	}
	textarea.inputform {
		width: 350px;
		height: 150px;
	}
	textarea.inputform2 {
		width: 350px;
		height: 150px;
	}
	label.error {
		padding-left: 10px;
		color: #ff0000;
		font-size: 10px;
	}
	#contact-btbox {
		width: 411px;
		height: 42px;
		margin: 10px 0 0 0;
		position: relative;
	}
	#contact-btbox input {
		position: absolute;
	}
	
	#next-btbox {
		width: 411px;
		height: 42px;
		margin: 5px 0 0 0;
		position: relative;
	}
	#next-btbox input {
		position: absolute;
	}
	input.input_btn {
		display: block;
		overflow: hidden;
		width: 181px;
		height: 42px;
		border: none;
		text-indent: -9999px;
		cursor: pointer;
	}
	#finish, #error {
		width: 590px;
		text-align: center;
		padding: 50px 0;
	}



form {
	margin:0;
	padding:0;
}
.attention1{
	color: #C00;
}
.attention2 {
	color:#36C;
}
div.button {
	text-align: center;
	padding:10px 10px 20px;
}
div.button input{
	margin:0 10px;
}

.formTable1{
	width:100%;
	line-height:1.3em;
	border-collapse:collapse;
		background:#fff;
	margin:20px 0 0 0;
}
.formTable1 th{
	font-weight:normal;
	text-align:left;
	vertical-align:middle;
	padding:15px 0 15px 10px;
	border:solid 1px #CCC;

	background:#fff;
}
.formTable1 th.gray{
	font-weight:normal;
	text-align:left;
	vertical-align:middle;
	padding:15px 0 15px 10px;
	border:solid 1px #CCC;

	background:#f5f5f5;
}
.formTable1 td{
	padding:15px 10px;
	border:solid 1px #CCC;
}
.formTable1 td.gray{
	padding:15px 10px;
	border:solid 1px #CCC;
	background:#f5f5f5;
}


.formTable1 span.hisu{
background:#ff0000;
color:#fff;
text-align:center;
padding:2px 5px;
margin:0 0 0 5px;
font-size:85%;
}


.formTable1 .pcnone{
display:none;
}

.formTable1 .spnone{
display:block;
}



div.btnTxt{
font-size:16px;
}

div.btnTxt input.btn{
height:40px;
}



/**************************************************************************************************

プライバシーポリシー

**************************************************************************************************/
#privacypolicyBox{
width:100%;
margin:40px auto 0 auto;
}


#privacypolicyBox p{
padding:0 10px;
}



#privacypolicyBox .uldisc{
  padding: 0;
  margin: 10px 0 0px 30px; //左のマージンはここで指定
  list-style-type: disc;
}

#privacypolicyBox .uldisc li{
  list-style-type: disc;
  line-height: 1.5em;
	font-size:86%;
  padding: 0 0 5px 0px;
}





/**************************************************************************************************

サイトマップ

**************************************************************************************************/
#sitemapBox{
width:100%;
margin:40px auto 0 auto;
}


#sitemapBox ul li{
margin:0 0 15px 0;
padding:0 0 15px 40px;
line-height:1.2em;
border-bottom:dotted 1px #ccc;
background:url("sitemap/img/arrow.png") 10px 0px no-repeat;
font-size:15px;
line-height:1.6em;

}



 /**************************************************************************************************

サポーターのお願い

**************************************************************************************************/
#comMovieBox{
margin:50px 0 0 0;
background:#008c38;
width:100%;
text-align:center;
padding:20px;
}

#comMovieBox p.roman{
font-size:12px;
color:#fff;
margin:0;
}

#comMovieBox h2{
font-size:25px;
font-weight:bold;
color:#fff;
margin:15px 0 10px 0;
}

#comMovieBox p{
font-size:14px;
color:#fff;
}

#comMovieBox .btn p{
font-size:16px;
line-height:1.2em;
padding:10px 0 0 0;
margin:0 0 20px 0;
font-weight:bold;
text-align:center;
color:#333;
}


#comMovieBox .btn a{
width:280px;
background:#fff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
margin:15px auto 0 auto;
display:block;
	text-decoration: none;
font-size:17px;
line-height:1.3em;
font-weight:bold;
text-align:center;
color:#333;
padding:20px 0 20px 0;
}


#comMovieBox .btn .visited a, {
	text-decoration: none;
color:#333;
}

#comMovieBox .btn  a:hover {
	text-decoration: none;
	background:#f0f0f0;
	color:#ff7c05;
}

#comMovieBox .btn a:active {
	text-decoration: none;
	color:#ff7c05;
}

#comMovieBox .btn img{
margin:0 5px 4px 0;
width:17px;
height:auto;
line-height:1.3em;
}





/**************************************************************************************************

SNSエリア

**************************************************************************************************/



#comSnsBox ul.snsMenu {
text-align: center;
margin:30px 0 0 0;
}


#comSnsBox ul.snsMenu li{
display: inline-block;
  /display: inline;
  /zoom: 1;
padding:0;
margin:0;
border-bottom:solid 0 #dacdb0;
}



#comSnsBox ul.snsMenu li.fb{
margin:0 0px 10px 0;
}
#comSnsBox ul.snsMenu li.twitter{
margin:0 0px 10px 0;
}

#comSnsBox ul.snsMenu li.youtube{
margin:0 0px 10px 0;
}

#comSnsBox ul.snsMenu li.ishin{
margin:0;
}

#comSnsBox ul.snsMenu li img{
width:70%;
}


/**************************************************************************************************

コンテンツ

**************************************************************************************************/
.contentsBox{
width:100%;
padding: 0 15px;
}






/*************************************************************************************************

アンカーリンクずれ解消

**************************************************************************************************/
#menu1 {
  margin-top : -90px;
  padding-top : 90px;
}

#menu2{
  margin-top : -85px;
  padding-top : 85px;
}

#menu3 {
  margin-top : -85px;
  padding-top : 85px;
}

#menu4 {
  margin-top : -85px;
  padding-top : 85px;
}

#menu5 {
  margin-top : -85px;
  padding-top : 85px;
}

#menu6 {
  margin-top : -85px;
  padding-top : 85px;
}

#menu7 {
  margin-top : -85px;
  padding-top : 85px;
}

#menu8 {
  margin-top : -85px;
  padding-top : 85px;
}

#menu9 {
  margin-top : -85px;
  padding-top : 85px;
}

#menu10 {
  margin-top : -85px;
  padding-top : 85px;
}

#menu11 {
  margin-top : -85px;
  padding-top : 85px;
}

#area1 {
  margin-top : -85px;
  padding-top : 85px;
}

#area2 {
  margin-top : -85px;
  padding-top : 85px;
}

#area3 {
  margin-top : -85px;
  padding-top : 85px;
}

/*************************************************************************************************

P

**************************************************************************************************/
p{
font-size:15px;
line-height:1.6em;
color:#333;
margin:0 0 20px 0;
}

p span{
color:#ff8410;
}

p.txtC{
text-align:center;
}




/*************************************************************************************************

NONE

**************************************************************************************************/
.pcnone{
display:block;
}

.spnone{
display:none;
}

.br-sp { display:none; }

.br-pc { display:block; }



a[href^="tel:"] {
    pointer-events:auto;
}



/**************************************************************************************************

LINKTEXT

**************************************************************************************************/

a:link {
	color:#1a9ede;
	text-decoration: underline;
}
a:visited {
	color:#1a9ede;
	text-decoration: underline;
}
a:hover {
	color:#ff7c05;
	text-decoration: none;
}
a:active {
	color:#ff7c05;
	text-decoration: underline;
}



a:link.menu-trigger2 {
	color:#000;
	text-decoration: none;
}
a:visited.menu-trigger2 {
	color:#000;
	text-decoration: none;
}
a:hover.menu-trigger2 {
	color:#000;
	text-decoration: none;
}
a:active.menu-trigger2 {
	color:#000;
	text-decoration: none;
}



/**************************************************************************************************

PAGEUP

**************************************************************************************************/

.pagetop {
	display: none;
	position: fixed;
	bottom: 25px;
	right: 0;
		z-index:1000;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #008c38;
	text-align: center;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	line-height: 50px;
}


/**************************************************************************************************

FOOTERNAVI

**************************************************************************************************/
#footerNavi{
width:100%;
margin:50px auto 0 auto;
}

#footerNavi p{
text-align:center;
font-size:14px;
}





/**************************************************************************************************

FOOTER

**************************************************************************************************/

#footerArea {
	width:100%;
	margin: 10px 0 0 0;
	height:auto;
	background:#f0f0f0;
	text-align:center;
}

#footerBox {
	width:100%;
	margin:0;
	background:#f0f0f0;
}

#footerInfo{

}


#footerLeft{
width:100%;
float:none;
}

#footerLeft ul li{
float:none;
margin:0 0 0 0;
}

#footerLeft ul li.last{
float:none;
margin:0;
}

#footerLeft p.name{
font-size:16px;
font-weight:bold;
margin:0 0 5px 0;
padding:20px 0 0 0;
text-align:center;
}

#footerLeft p{
font-size:14px;
font-weight:normal;
margin:0;
text-align:center;
}


#footerRight{
width:100%;
float:none;
padding:5px 0 0 0;
}

#footerRight img{
width:250px;
height:115px;
}

.copyright p{
text-align:center;
font-size:82.5%;
	height:auto;
padding:15px 0;
background:#008c38;
color:#fff;
margin:0;
}



/**************************************************************************************************

BACKGROUND

**************************************************************************************************/

.over a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
}



/*************************************************************************************************

CLEAR

**************************************************************************************************/

.clear {
clear:both;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}





		
}

