/*=================================================
 *はじめに
 
 カラー変更箇所は本ファイルを「カラー変更」で検索し該当箇所を
 変更する。
 
 「カラー変更2」は「カラー変更」よりちょっと濃くする。
 
  iconはicon.psd画像を編集する。
 
 
 * ================================================= */




/*=================================================
 * ブラウザのデフォルトのスタイルをリセットする
 * ================================================= */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	line-height: 1.0;
	-webkit-text-size-adjust: none;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
img {
	border: 0;
	vertical-align: bottom;
}
img.miryoku {
	width:100%;
}

ul, ol {
	list-style: none;
}
table {
	/*border-spacing: 0;*/
	empty-cells: show;
	border-collapse: collapse;
}
a:link {
	text-decoration: none;
}
.yellow{
	color:#FFFF00;
}
hr {border: 0.5px solid #eeeeee; margin-bottom: 50px;}
iframe {
    margin: auto;
    display: block;
}

/*----------------------------------------------------
	clearfix
----------------------------------------------------*/
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
 height: auto;
 overflow: hidden;
 /**/
}
.clr {
	clear: both;
}
/*-----------------------------
base
----------------------------*/

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #ffffff;
	color: #4b4b4b;
	font-size: 16px;
	line-height: 1.8;
}
.allWrap {
	margin: 0 auto;
	padding: 0;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
a:link {
	color: #3B5DA2;
	text-decoration: none;
}
a:visited {
	color: #3B5DA2;
	text-decoration: none;
}
a:hover {
	color: #dddddd;
}
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
ul {
	list-style: none;
}
h1, h2, h3 {
	font-size: 30px;
	color: #09467d;/*------カラー変更---------------------------*/
	display: inline;
}

p {
	padding: 0;
	color: #4b4b4b;
	margin-bottom: 16px;
}

.ind1{
	text-indent:-1em;
	padding-left:1em;
	
}

.line{
border:1px solid #eee;
padding:30px 50px;
margin:20px 5px 20px 5px;
	
}



p:last-child {
	margin-bottom: 0;
}
.right{text-align:right;}

/*----------------------------------------------------
	pageTop
----------------------------------------------------*/
/*
#totop {
	clear: both;
	position: fixed;
	bottom: 50px;
	right: 0;
	margin: 0;
	padding: 0;
	z-index: 100;
}
#totop a {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	float: right;
	overflow: hidden;
	outline: none;
	background:#09467d;
}
*/
/*-----------------------------
コンテンツ内容(デフォルト)
----------------------------*/
span.katagaki {
    background-color: #3B5DA2;
    color: white;
    border-radius: 50px;
    padding: 0px 15px;
    display:initial;
    text-align: center;    font-size: small;
}

.contentsArea {
	width: 100%;
	border-bottom: 1px solid #eeeeee;
	padding: 40px 0;
}
.contentsArea:nth-child(odd) {
	background: #f9f9f9;
}
.contentsArea:nth-child(even) {
	background: #ffffff;
}
.ttl {
	position: relative;
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0 0 0 0;
	text-align: center;
}
.ttl h2 {

}
.box {
	margin: 0 auto 40px;
	/*
	padding: 40px;
	width: 860px;
	*/
	padding: 80px;
	width: 700px;
	
}

/*-----------------------------
トップ
----------------------------*/
.keyVisual {
	margin:55px auto 0;
	text-align: center;
	width: 100%;
}
.keyVisual h1 img {
	width: 100%;
}
.keyVisual h2 img {
	width: 50%;
	margin-top: 50px;
}
/*-----------------------------
ナビゲーション
----------------------------*/
ul#tottalnavi {
	display: none;
}
.gnav {
	display: block;
	width:100%;
	background: #3B5DA2;/*------カラー変更---------------------------*/
	margin: 0 auto 0;
	position: fixed;
	top:0;
	z-index:1000;
}
.gnav ul {
	width:960px;
	margin: 0 auto 0;
}
.gnav li {
	float: left;
	text-align: center;
	border-left: 1px solid #fff;/*------カラー変更2---------------------------*/
	font-size: 14px;
	padding: 0;
	background: #3B5DA2;/*------カラー変更---------------------------*/
}
.gnav li:last-child {
	border-right: 1px solid #fff;/*------カラー変更2---------------------------*/
}
.gnav li a {
	display: block;
	width: 157px;
	color: #ffffff;
	font-size: 14px;
	line-height: 55px;
}
.gnav li a:hover {
	color: #eee;
}


/*-----------------------------
活動報告
----------------------------*/
#library.contentsArea{
	padding-top:100px;
	padding-bottom:0;
	
}


#library h2{
	display:block;
	width:100%;
	margin:0 auto 20px;
	padding:0;
	text-align:center;


}

#library h2 br.spnone{
	display:none;


}
#library .box {
	border: 1px solid #eeeeee;
	background: #ffffff;
}

#library .box h2{
	font-size:16px;
	text-align:left;
}

#library .box h3{
	display:block;
	font-size:26px;
	margin:0 0 5px 0;
}

#library .box p{
	margin:0 0 50px 0;
}


#library .box p.first:first-letter{
font-size: 3em;
    line-height: 1;
    float: left;
    margin: 0 .2em 0 0;
    padding: .1em 0;
	color:#4baae8;

}


#library .box p.line{
	border:1px solid #ddd;
	padding:30px 50px;
	margin:20px 5px 20px 5px;
	
}

#library .box p.back a{
	display:block;
	padding:10px;
	width:300px;
	margin:0 auto;
	background:#fafafa;
	text-align:center;
	border:1px solid #cccccc;
	
}

#library .box p.backhome a{
	display:block;
	padding:10px;
	width:300px;
	margin:30px auto 0;
	background:#fafafa;
	text-align:center;
	border:1px solid #cccccc;
	
}


#library .box .mokuji{
	position:relative;
	border:1px solid #168FC9;
	float:left;
	width:41%;
	padding:2%;

	margin:2%;
}

#library .box .mokuji a{
	display:block;
	width:100%;
	
}

#library .box .mokuji h2{
	font-size:14px;
	
}
#library .box .mokuji p{
	padding:0;
	margin:0;
	font-size:12px;
}

#library .box .mokuji p.btn{
	position:absolute;
	width:40px;
	background:#168FC9;
	padding:5px 20px;
	bottom:0;
	right:0;
	text-align:center;
	color:#FFFFFF;
	font-size:14px;
	
}

#library .box ul{
	margin:0 0 50px 0;
	padding:0 0 0 18px;
}

#library .box ul li{
	list-style-type:square;
}

/*-----------------------------
プロフィール
----------------------------*/
#profile {    padding-top: 80px;
}
#profile .ttl {
	    margin-bottom: 0;
}
#profile .photo {
	width: 40%;
	float: left;
}
#profile .photo img {
	width: 90%;
padding-bottom: 0;	
}
#profile .text {
	padding-left: 0;
	float: left;
	width: 55%;
}
#profile .text dl {
	clear: both;
	width: 100%;
}
#profile .text dl dt {
	   
	font-size: xx-large;
	padding: 2px 10px;
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #666;
}
#profile rt {
    font-weight: 400;font-size: small;
}
#profile .text dl dd {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
}


#profile .tokyo{
	margin:10px 0 20px 0;
	
}

#profile .map{
	border:1px solid #dddddd;
	margin:0 auto 0px;
	background:#FFFFFF;
	width:80%;
}

#profile .mapText{
	display:none;
	
}

#profile .map img{
	width:100%;
}


/* 略歴 */
#profile .history{
	margin:0 0 0 0;
	padding:20px 0 40px 0;
	clear:both;
}
#profile .history p{
	text-indent: 1em;
}
#profile .history h3{
	display:block;
	border-bottom: 1px solid #dddddd;
	padding: 2px 10px;
	margin: 0 0 20px 0;
	font-weight: bold;
	color: #666;
	font-size:16px;

}

#profile .history dl{
	padding:0 0 20px 0;
	border-bottom: 1px solid #dddddd;
}

#profile .history dt{
	border-bottom: 1px dotted #09467d;/*------カラー変更---------------------------*/
	padding: 2px 10px;
	margin: 0 0 10px 0;
	font-weight:normal;
	color: #09467d;/*------カラー変更---------------------------*/
}
#profile .history dd{
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	
}

#profile .history ul{
	margin:0 0 0 0;
	padding:0 0 0 18px;
}

#profile .history ul li{
border-bottom: 1px dotted #ddd;
margin:5px 0;
padding:5px 10px;
}

.comment {
    background-color: aliceblue;
    padding: 8% 10%;
}
/* ボタンデザイン */
.button_solid017 {
    margin: 20px 0;
}
.button_solid017 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #3B5DA2;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #eeee;
    border-radius: 50px;
    border: 0.2rem solid #3B5DA2;
    box-shadow: 0.2rem 0.2rem 0px 0.1rem #cccccc;
}
.button_solid017 a:hover {
  transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 1;
  transition: all 0.2s;
}
.button_solid017 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #3B5DA2;
    border-right: 3px solid #3B5DA2;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}



/*-----------------------------
政策
----------------------------*/

#seisaku {    padding-top: 80px;
}



#seisaku .ttl {
}


#seisaku .box {
	border: 1px solid #eeeeee;
	background: #ffffff;
}

#seisaku .box.btn2 ul li a {
    display: block;
    padding: 15px;
    color: #ffffff;
	background: #168FC9;}

#seisaku .box.btn2 {
	border:none;
	padding: 0;
	margin: 20px auto;
	width: 200px;
	
}
#seisaku .box.btn2 ul {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#seisaku .box h3{
	display:block;
	font-size:18px;
	margin:0 0 5px 0;
}

#seisaku .box p{
	margin:0 0 16px 0;
}



#seisaku .box ul{
	margin:0 0 50px 0;
	padding:0 0 0 18px;
}

#seisaku .box ol{
	margin:0 0 10px 0;
	padding:0 0 0 20px;

}

#seisaku .box ul li{
	list-style-type:square;
}
#seisaku .box.btn2 ul li{
	list-style-type:none;
}
#seisaku .box ol li{
	list-style-type: decimal;
	font-size: large;
	padding-bottom: 20px;
}
#seisaku .box ol ol{
  counter-reset: my-counter;
  padding-bottom: 10px;
}
#seisaku .box ol ol li{
	  list-style: none;
	font-size: inherit;
  padding-left: 30px;
  position: relative;
		line-height: 25px;

}
#seisaku .box ol ol li:before{
	content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #168FC9;
  color: #fff;
  display: block;
  float: left;
  line-height: 25px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}


/*-----------------------------
活動報告
----------------------------*/
#performance {padding-top: 80px;
}

#performance .ttl h2 {
}
#performance .box {
	margin-bottom: 50px;
}

#performance.contentsArea{
	padding-top:80px;
	padding-bottom:0;
	
}

#performance .box{
	padding:0;
	
}
#performance .box ul {
	width: 98%;
	margin: 0 auto;
}
#performance .box ul li {
	background: #fff;
	width: 100%;
	text-align: center;
	margin:0 0 10px 0;
}
#performance .box ol li {
	background: #fff;
	width: 100%;
	text-align: left;
	margin:0 0 10px 0;
}


#performance .box ul li a {
	display: block;
	padding:15px;
	color: #ffffff;
	background: #168FC9;
}
#performance .box ul li a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	/*background: #e5277b;*/
}
#seisaku .box.btn2 ul li a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	/*background: #e5277b;*/
}
#performance .box ul li.twitter a {
	display: block;
	padding:15px;
	color: #ffffff;
	background: #01B2E5;
}
#sns .box ul li.twitter a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	/*background: #37caf4;*/
}

/*-----------------------------
日本共産党仙台市青葉区議８人から９人へ
----------------------------*/
#performance2 {
}
#performance2 .ttl {
}
/*
#performance2 .box {
	border: 1px solid #eeeeee;
	background: #ffffff;
}
*/

/*-----------------------------
コンテンツ質問エリア
----------------------------*/
#question {    padding-top: 80px;
}
#question .ttl {
	    margin-bottom: 0;
}
#question h3 {
	color: #666666;
	font-size: 25px;
	line-height: 1.0;
}
#question h4{
	margin:0 0 10px 0;
	
}


#question dl {
	margin: 0 auto 40px;
	padding:0 0 20px 0;
	width:700px;
	border-bottom: 1px solid #dddddd;
}
#question dl dt {
	float: left;
	width: 50px;
	margin: 0 5px 2px 0;
	line-height: 1.6;
}

#question dl dt img{
	width:40px;
	height:40px;
	
}

#question dl dd {
	padding: 7px 10px 20px 0;
	line-height: 1.6;
	margin-left : 55px;/* DTの幅分の設定 */
}

#question dl dd.qa{
font-size:21px;
color:#666;
line-height: 1.4;
	
}

/*-----------------------------
　応援メッセージ
----------------------------*/
#support {
}

#support .ttl {
}
#support .box {
	border: 1px solid #eeeeee;
	background: #ffffff;
}

#support .box p{
		margin-bottom:30px;
		padding-bottom:30px;
		border-bottom: 1px solid #eeeeee;
	
}

#support .box h3{
	display:block;
	font-size:18px;
	margin:0 0 5px 0;
}
#support .box h4{
	text-align:right;
	font-weight:normal;
	font-size:14px;
	color:#000;
	margin-bottom:10px;
	
}

#support .box ul{
	margin:0 0 20px 0;
	padding:0;
}
#support .box ul li{
	float:left;
	width:48%;
	border-bottom:1px solid #DDDDDD;
	margin:0 1%;
	padding:4px 0;
}




/*-----------------------------
お問い合わせ
----------------------------*/
#inquery.contentsArea{
	padding:80px 0 0;

}
#inquery .box{}
/*
#inquery li.telOFF{	display:block;}
#inquery li.telON{display:none;}
*/
#inquery .ttl {    margin-bottom: 0;
}
#inquery .box p {
	margin: 0 auto 20px;
	padding: 0 14px;
}
#inquery .box dl {
	width: 98%;
	margin: 0 auto;
}
#inquery .box dl dt {

}

#inquery .box dl dd {
	background: #ffffff;
	width: 100%;
	text-align: center;
	margin:0 0 10px 0;
	color:#FFFFFF;
}

#inquery .box dl dd a {
	display: block;
	padding:15px;
	color: #ffffff;
	background: #3B5DA2;
}
#inquery .box dl dd a.outLink {
	background: #168FC9;
}
.box.act dl dd a.outLink {
	background: #168FC9;
}
#inquery .box dl dd a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#inquery .box dl dd span{
	display:block;
	padding:15px;
}


/*-----------------------------
SNS
----------------------------*/
#sns.contentsArea{
	padding-top:40px;
	padding-bottom:0;
	
}

#sns .box{
	padding:0;
	
}
#sns .box ul {
	width: 98%;
	margin: 0 auto;
}
#sns .box ul li {
	background: #ffffff;
	width: 100%;
	text-align: center;
	margin:0 0 10px 0;
}
#sns .box ul li.facebook a {
	display: block;
	padding:15px;
	color: #ffffff;
	background: #09467d;
}
#sns .box ul li.facebook a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	/*background: #e5277b;*/
}
#sns .box ul li.twitter a {
	display: block;
	padding:15px;
	color: #ffffff;
	background: #01B2E5;
}
#sns .box ul li.twitter a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	/*background: #37caf4;*/
}
/*-----------------------------
フッター
----------------------------*/
.FooterArea {
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
}

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

-----------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
	
img {
	max-width: 100%;
	height: auto;
}
.gnav {
	display: none;

}
body {
	font-size: 18px;
}
/*---sp--------------------------
コンテンツ内容(デフォルト)
----------------------------*/
.contentsArea {
	padding: 50px 0 30px;
}


.box {
	padding: 4%;
	margin: 0 auto;
	width: 88%;
	/*background: #B53032;*/
}
.ttl {
	margin: 0 0 0 0;
	padding:0 0 20px 0;
}
.ttl h2 {
	width:98%;
	bottom: -140px;
	font-size: 21px;
}
#profile .ttl, #seisaku .ttl, #performance .ttl, #performance2 .ttl, #question .ttl, #inquery .ttl , #recommendation .ttl, #support .ttl {
	-moz-background-size: 60px 60px;
	-webkit-background-size: 60px 60px;
	background-size: 60px 60px;
}


.line{
border:1px solid #eee;
padding:20px 15px;
margin:20px 0;




}

iframe {
width: 100%;
}
/*--sp-----------------------------------------
トップ
----------------------------*/
.keyVisual {
	margin:0 auto 0;
	padding:38px 0 0 0;

}

/*--sp-----------------------------------------
ナビボタン
-----------------------------------------------*/
ul#tottalnavi {
	display: block;
	/*position: absolute;*/
	position: fixed;
	top:0;
	z-index:1000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width:100%;
	height:38px;
	list-style-type: none;
	background: #09467d;/*------カラー変更---------------------------*/
}
ul#tottalnavi li {
	/*float: right;*/
	margin: 0;
}
ul#tottalnavi .menu {
	/*float: right;*/
	text-align: right;
	padding:5px 10px 0 0;
}
ul#tottalnavi .menu a:link {
	color:#FFFFFF;
/*	
	display: block;
	width: 100%;
*/
}
/*--sp-----------------------------------------
ページナビ
----------------------------------------*/
#menunavi {
	position: absolute;
	/*top: 10%;*/
	left: 13%;
	width: 75%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	height: auto;
	border-bottom:#000;
	border-right: #000;
	background-color: #f4f4f4;/*fff;*/
	/*opacity: 0.95;
	filter: alpha(opacity=95);*/
	z-index: 99999;
}
#menunavi ul, #menunavi li {
	margin: 0 auto;
	padding: 0;
}
#menunavi ul {
	margin: 0 auto;
	text-align: center;
	list-style-type: none;
	margin: 20px;
	/*デザイン*/
	padding: 0;
	border-bottom: 0 none;
}
#menunavi li {
	text-align: center;
	margin: 4px 0;
	border: 2px solid #DDD;
	color: #111;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);/*border-bottom: 1px #ccc solid;*/
	/*border-top: 1px #fff solid;*/
}
#menunavi li a {
	text-decoration: none;
	padding: 8px 0 6px 0;
	color: #333;
	font-size: 1.2em;
	line-height: 1.4;
	display: block;
}
#menunavi li a:hover {
	text-decoration: underline;
	background-color: #fff;
	text-decoration: none;
}
#menunavi li.closeBtn {
	margin: 15px 40px 0 40px;
	text-align: center;
	border: 2px solid #DDD;
}
#menunavi li.closeBtn a {
	color: #111;
}
#blackbg {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 90000;
}
/*--sp-----------------------------------------
プロフィール
----------------------------------------------*/
#profile .ttl{
	margin:0px 0 0 0;
	
}
#profile .photo {
	padding-left: 0;
	margin: 10px auto 0;
	float: none;
	width: 70%;
	text-align: center;
}
#profile .photo img {
	width: 70% !important;
}
#profile .text {
	margin: 10px auto 0;
	float: none;
	width:100%;
	padding:0;
}

#profile .text dl dt{
	margin:0;
	padding:0;
	font-size:20px;
}
#profile .text dl dd{
	margin:5px 0 20px 0;
	padding:0;
}
/*
#profile .map{
	width:100%;
	margin:0 0 10px 0;
}
#profile .mapText{
	display:block;
	
}
*/
#profile .history{
	padding:0 0 0 0;
}

#profile .history h3{
	margin:0 0 20px 0;
	padding:0;
	font-size:20px;
	font-weight: bold;
}
#profile .history dl{
	padding:0 0 0 0;

}
#profile .history dt{
	margin:0;
	padding:0;
	font-size:20px;
}
#profile .history dd{
	margin:5px 0 20px 0;
	padding:0;
}

#profile .history ul{
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#profile .history ul li{

}
    .comment {
    background-color: white;
    padding: 0;
}

/*--sp-----------------------------------------
活動報告
----------------------------------------------*/
    #library .box .mokuji{width: 92%;}
/*--sp-----------------------------------------
実績
----------------------------------------------*/

/*--sp-----------------------------------------
日本共産党仙台市青葉区議８人から９人へ
----------------------------------------------*/
/*
#performance2 {

}
#performance2 .ttl {
	margin: 0 0 0 0;
	padding:0 0 120px 0;
}
#performance2 .ttl h2 {
	width:96%;
	bottom: -10px;
	font-size: 22px;
}
*/

/*--sp-----------------------------------------
質問
----------------------------------------------*/
#question .ttl{
	}


#question dl {
	width: 92%;
	margin:4% 2% 0;
	padding:2%;
}

#question dl dt {
	float:none;
	width:40px;
	margin:0 auto;
	line-height: 1.6;
	font-size:22px;
}
#question dl dd {
	padding: 20px 0 20px 0;
	margin-left :0;/* DTの幅分の設定 */
}
#question dl dd.qa{
	text-align:center;
	font-size:22px;
	
}

/*--sp-----------------------------------------
 応援メッセージ
----------------------------------------------*/
#support .box ul{
	margin:0 0 20px 0;
	padding:0;
}
#support .box ul li{
	float:none;
	width:100%;
	font-size:16px;
}

/*--sp-----------------------------------------
お問い合わせ
----------------------------------------------*/
#inquery.contentsArea{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #dddddd;
}

#inquery .box{
	padding:0;
}
#inquery .box ul {
	width:100%;
}
#inquery .box ul li {
	float:none;
	width: 100%;
	margin:0 0 10px 0;


}



/*--sp-----------------------------------------
SNS
----------------------------------------------*/
#sns.contentsArea{
	padding-top:0;
	padding-bottom:0;
	
}


/*--sp-----------------------------------------
フッター等
----------------------------------------------*/
.FooterArea {
	font-size:12px;
	
	
}
}
