@charset "utf-8";
/*
Theme Name: AKN02-0401 ver 1.32
Theme URI: http://hp-morph.com/
Description: AKN02-0401
Version: 1.32
Author: Vision Inc.
Author URI: http://hp-morph.com/
Tags: simple

	hp-morph.com Template v1.32
	 http://hp-morph.com/

	This theme was designed and built by hp-morph.com template,
	whose blog you will find at http://hp-morph.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

1.32仕様変更 /// style.cssをエディタへ反映（場合によってeditor-style.cssで調整）,その他細かなCSSの変更

*/


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}


blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font:90%/1.5 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
color:#252525;
-webkit-text-size-adjust: none;
}



/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#777;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#999;
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"],input[type="tel"],input[type="email"],input[type="date"],input[type="url"],input[type="number"],select,textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
//font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #2a588b;
background: -moz-linear-gradient(top, #2a588b 0%, #324B68 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a588b), color-stop(100%,#324B68));
background: -webkit-linear-gradient(top, #2a588b 0%,#324B68 100%);
background: -o-linear-gradient(top, #2a588b 0%,#324B68 100%);
background: -ms-linear-gradient(top, #2a588b 0%,#324B68 100%);
background: linear-gradient(to bottom, #2a588b 0%,#324B68 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a588b', endColorstr='#324B68',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #2a588b;
background: -moz-linear-gradient(top, #324B68 0%, #2a588b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#324B68), color-stop(100%,#2a588b));
background: -webkit-linear-gradient(top, #324B68 0%,#2a588b 100%);
background: -o-linear-gradient(top, #324B68 0%,#2a588b 100%);
background: -ms-linear-gradient(top, #324B68 0%,#2a588b 100%);
background: linear-gradient(to bottom, #324B68 0%,#2a588b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#324B68', endColorstr='#2a588b',GradientType=0 );
}

*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:960px;
}

#header{
overflow:hidden;
background:#fff;
background:url(images/banners/bg_header.png) no-repeat;
background:none;
background-position: center;
}

#content{
float:left;
width:710px;
padding:30px 0;
line-height:1.6em;
}

#sidebar{
float:right;
width:225px;
padding:30px 0;
font-size:93%;
}

#footer{
clear:both;
border-bottom:1px solid #5d5d5d;
background:#f6f6f6;
}


/* ヘッダー
*****************************************************/
#header .bg{background:#2a588b;}


/* サイト説明文 + 住所
----------------------------------*/
#header h1{
float:left;
padding:3px 0;
color: #fff;
font-size:70%;
font-weight:normal;
}

#header p{
font-size:93%;}

#header p{
float:right;
}
#header .description{
float:left;
color: #FFFFFF;
padding: 3px 0;
font-size:70%;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:30px 0;
color: #515151;
font-size:160%;
font-weight:bold;
}

/* サブナビゲーション
----------------------------------*/
#header ul{
padding-top:40px;
float:right;
}

#header ul li{
display:inline;
margin-left:10px;
font-size:90%;
}

#header ul li a{
padding-left:10px;
color:#000;
background:url(images/arrowSub.png) no-repeat 0 50%;
}

#header ul li a:hover{background-position:3px 50%;}


/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
margin-top:20px;
line-height:0;
text-align:center;
z-index:0;
}

.post{
margin:0 0 20px 0;
padding:10px;
border:1px solid #dadada;
background: #fff;
}


/* タイポグラフィ
*****************************************************/
h2.title{
clear:both;
margin:30px 0 0;
padding:7px 10px;
border:1px solid #dadada;
border-bottom:0;
background:#fff url(images/border.png) repeat-x 0 100%;
}

h2.first{margin-top:0;}

.dateLabel{
margin:0 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post p{padding-bottom:15px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #000;
border-bottom:3px solid #000;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-weight:normal;
color: #333;
border-bottom:2px solid #515151;
}

.post h3{
margin:10px 0;
font-size:120%;
font-weight:normal;
color:#324B68;
border-bottom:1px solid #515151;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}

.post blockquote p{padding:5px 0;}




.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}



/* サイドバー　ウィジェット
*****************************************************/
section.widget, .widgetInfo{
margin: 0 0 20px;
border:1px solid #dadada;
background: #fff;
}

section.widget ul, .widget_search, #calendar_wrap, .textwidget{
padding:10px;
}

#banners img{
max-width:225px;
height:auto;
padding-bottom:10px;
}


section.widget h2{
clear:both;
margin:0;
padding:7px 10px;
font-size:100%;
font-weight:normal;
color: #333;
border-bottom:1px solid #ccc;
background: url("images/border.png") repeat-x scroll 0 100% #FFFFFF;
}


section.widget h3{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:100%;
font-weight:normal;
color: #333;
border-bottom:1px solid #ccc;
}

section.widget li a{
display:block;
padding: 7px 0 7px 12px;
border-bottom: 1px dashed #DCDCDC;
background:url(images/arrow.png) no-repeat 0 50%;
}

section.widget li:last-child a{border:0;}

section.widget a:hover{
text-decoration:none;
background-position: 3px 50%;
}

#text-2,#text-3{
background:none;
border:none;
text-align:center;
}
#text-2 .textwidget,#text-3 .textwidget{
padding:0;
}


#searchform input[type="text"]{
line-height:1.7;
height:30px;
width:100px;
}


/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0 0 10px 0;
font-size:100%;
color: #333;
padding: 7px 10px;
background: url(images/border.png) repeat-x scroll 0 100% #FFFFFF;
border-bottom: 1px solid #CCCCCC;
}

.newsTitle h2{
float:left;
font-weight:normal;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:.8em;
background:url(images/arrow.png) no-repeat 0 50%;
font-size:93%;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom: 1px dashed #DCDCDC;
margin:0 10px;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#333;
font-size:93%;
}

.news a span{
color:#515151;
font:normal 93% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#777;}



/* フッター
*****************************************************/
#footer ul{
padding-bottom:5px;
font-size:93%;
}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
margin-right:60px;
background:url(images/arrow.png) no-repeat 0 12px;
}

#footer ul li	a{
display:block;
padding:0 0 0 12px;
overflow:hidden;
}

#footer ul li	a:hover{text-decoration:underline;}

#footer ul li li{
display:block;
padding:0;
margin:0 0 0 10px;
background-position:0 5px;
}


*:first-child+html #footer ul li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer ul li li a,*:first-child+html #footer ul li li{display:none;}

#copyright{
clear:both;
padding:10px;
text-align:center;
font-size:75%;
zoom:1;
color:#fff;
background:#2a588b;
}




/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#2a588b;
text-align:center;
}


/* トップページ 最新記事3件
------------------------------------------------------------*/
.thumbWrap{
width:735px;
margin:20px -25px 20px 0;
}

.thumbWrap li{
float:left;
width: 220px;
margin:0 25px 0 0;
padding:2px 0 40px;
background:none;
}

/* 最新記事リンク */
ul.thumb h3{
margin-top:10px;
padding:1px;
font-weight:normal;
font-size:100%;
text-align:center;
background:#fff;
border:1px solid #777;
}

ul.thumb h3 span{
display:block;
padding:2px 3px;
background:#2a588b;
}

ul.thumb h3 a{color:#fff;}

ul.thumb h3:hover span{background:#324B68;}



/* post内レスポンシブブロック指定
------------------------------------------------------------*/
.post .colum2_50 {
display: inline-block;
margin: 7px;
width: 47%;
vertical-align:top;
}

.post .colum2_30 {
display: inline-block;
margin: 7px;
width: 27%;
vertical-align:top;
}

.post .colum2_70 {
display: inline-block;
margin: 7px;
width: 67%;
vertical-align:top;
}


.post .colum3_33 {
display: inline-block;
margin: 7px;
width: 30%;
vertical-align:top;
}


/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1024px){
	nav#mainNav{
	clear:both;
	position:relative;
	z-index:200;
	background:#2a588b;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	border-right:1px solid #324B68;
	}

	nav#mainNav ul li:first-child{border-left:1px solid #324B68;}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	color:#fff;
	height:40px;
	line-height:40px;
	padding:15px 35px 5px 35px;
	}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	line-height:1.3;
	}

	nav#mainNav ul li a span{
	font-size:75%;
	color:#799DC5;
	}

	nav div.panel{
  display:block !important;
  float:left;
  }

  a#menu{display:none;}

  nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a{
  background:#324B68;
  }

  nav#mainNav ul ul{width:160px;}

  nav#mainNav ul li ul{display: none;}

  nav#mainNav ul li:hover ul{
  display: block;
  position: absolute;
  top:60px;
  left:-2px;
  z-index:500;
  }

  nav#mainNav ul li li{
	padding:0 0 0 10px;
	margin:0;
  float: none;
  height:40px;
  line-height:40px;
  width:160px;
  background:#324B68;
	border:0;
  border-bottom:1px solid #324B68;
  }

	nav#mainNav ul li li:first-child{border-left:0;}

  nav#mainNav ul li li a{
  width:100%;
  height:40px;
	padding:0;
  line-height:40px;
  font-size:95%;
  text-align:left;
  }

	nav#mainNav ul li li a span{padding:0 10px;}

	nav#mainNav ul li li a:hover,nav#mainNav ul li li.current-menu-item a{color:#327cab;}

	nav#mainNav ul li:hover ul li:last-child{
	border:0;
	}
}


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1023px){
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:10px 0;
	}

	nav#mainNav .inner{width:98%;}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	color:#fff;
	border:1px solid #2a588b;
  background: #2a588b url(images/menuOpen.png) no-repeat 5px 10px;
	}

	nav#mainNav a#menu span{padding-left:35px;}

	nav#mainNav a.menuOpen{
	border-bottom:0;
	color:#2a588b;
	background: #fff url(images/menuOpen.png) no-repeat 5px -32px;
	}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	border:1px solid #515151;
	}

	nav#mainNav ul{margin:0;padding:0;}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	color:#fff;
	border-bottom:1px solid #324B68;
	background:#2a588b;
	}

 nav#mainNav ul li a span{display:none;}

	nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active{
	color:#327cab;
	background:#324B68;
	}

	nav#mainNav ul li li{
	float:left;
	border:0;
	}

	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
		padding-left:40px;
		background:#2a588b url(images/sub1.png) no-repeat 30px 50%;
	}

	nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover{
		background:#324B68 url(images/sub1.png) no-repeat 30px 50%;}

	nav#mainNav ul li li:last-child a{background:#2a588b url(images/subLast.png) no-repeat 30px 50%;}
	nav#mainNav ul li li:last-child.current-menu-item a,nav#mainNav ul li li:last-child a:hover,nav#mainNav ul li.current-menu-item li:last-child a:hover{background:#324B68 url(images/subLast.png) no-repeat 30px 50%;}

	nav div.panel{float:none;}

	#mainImg{margin-bottom:20px;}
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  #wrapper, #header, .inner{width:100%;}

	#header h1, #header p, #header .description{padding:5px 10px;}
	#header h2{padding:20px 10px 0;}
	#header ul{padding:20px 10px 10px;}


	nav#mainNav ul, .thumbWrap{margin:0 auto;}
	nav#mainNav ul ul{padding:0;}

	nav div.panel{float:none;}

	#mainImg img{width:98%;height:auto;}

	#content, #sidebar{
	clear:both;
	width:95%;
	float:none;
	margin:0 auto;
	padding:10px 0;
	}

	#banners{width:100%;margin:0 auto;text-align:center;}
	#banners p{display:inline;margin:0 10px;}
  #banners p img{width:100%;height:auto;}

	section.widget_search{text-align:center;}

	#footer{margin:0;border:0;text-align:center;}

	#footer ul{	text-align:center;	}
	#footer ul li{margin-right:20px;}
	.post .colum2_50 {text-align:center;}
}


/* 幅648px以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 648px){
	.thumbWrap{width:100%;margin:0 auto;text-align:center;}
	.thumbWrap ul.thumb li{width:30%; float:left;margin:0 1% 0 2%;}
  .thumbWrap img{width:100%;height:auto;}
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	#header{text-align:center; background:none no-repeat scroll center bottom rgba(0, 0, 0, 0);}
	#header h2,#header ul{float:none;}
	#header h1, #header p, #header .description{ float:none;text-align:center;}
	#headerInfo{width:250px;margin:0 auto;}
	#header .add{ font-size:100%!important;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
	#footer ul{text-align:left;padding:15px;}
	#footer ul ul{padding:0;}
  /*追記 2014/04/17*/
  #content .post_img img{float:none;width:auto;max-width: 96%;}
  #content .post_img{max-width:300px;width:auto;margin:0 auto;float: none;}
  #content .post_text70{width: 94%;margin: 0 auto;float: none;}
  #content #social{float:none;}
  body #header .logo{float:none;text-align:center; padding:15px 0 0 0;}
  #header .contact,#header .contact p{float:none;margin:0 auto;text-align:center;width:80%;padding:0;font-size:85%; margin-bottom:10px;}
  .post .colum2_50 {display: inline-block;margin: 7px;width: 96%;}
  .post .colum2_30 {display: inline-block;margin: 7px;width: 96%;}
  .post .colum2_70 {display: inline-block;margin: 7px;width: 96%;}
  .post .colum3_33 {display: inline-block;margin: 7px;width: 96%;}
  
}

/* Contact form 7用
------------------------------------------------------------*/
.rad-text{
    border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
    width: 80%;
    height: 25px;
}
.rad-area{
    border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
    width: 80%;
    height: 90%;
}
.rad-sub{
    border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
    width: 25%;
    height: 35px;
    background-color:#eee;
}
/*--------------------------------------------
検索バーの左に表示されるテキストの検索を消す
--------------------------------------------*/
.screen-reader-text { display: none;}
/*--------------------------------------------
ここから追記　2014/04/17
--------------------------------------------*/

/*--------------------------------------------
パン屑リスト
--------------------------------------------*/
#header .logo{
  clear:both;
  float:left;
  padding:26px 15px 20px 15px;
  font-size:160%;
  font-weight:bold;
}
#mainImg{
  margin-top:20px;
}

/* メインメニュー + 検索ボックス iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1023px){
	body nav#mainNav{
	height:auto;
	}
}
.clearfix:after {
    content: ".";  /* 新しい要素を作る */
    display: block;  /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
#breadcrumb{
  background-color: #799DC5;
  clear:both;
  padding:3px;
}

#breadcrumb ul{
  width: 100%;
  max-width: 960px;
  margin:0 auto;
  padding-left:1em;
}
#breadcrumb ul li{
  float:left;
  color:#fff;
  margin:0 5px;
  font-size:11px;
}
#breadcrumb ul li a{
  color:#fff;
}
#breadcrumb ul li a:hover{
  text-decoration:underline;
}
/*--------------------------------------------
アーカイブ
--------------------------------------------*/
.post_img img{
  float:left;
  width:100%;
  height:auto;
  border: 1px solid #ddd;
  padding:5px;
}
.post .post_img{
  width:30%;
  margin: 0 0 0 3%;
  padding: 0;
  float: left;
}
.post_text{
  width:94%;
  margin:0 auto;
}
.post_text70{
  width: 60%;
  float:right;
  margin-right: 3%;
}

.post li{
    border-bottom: 1px dotted #DDDDDD;
    clear: both;
    line-height: 1.6em;
    margin: 1em 0;
    padding: 0;
}
.post h2{
  width:100%;
  border-width:1px;
}
.post .time{
  padding:0;
  font-size:90%;
  clear:both;
  color: #FFFFFF;
  background-color: #2A588B;
  border-radius:3px;
  display:inline;
  padding:1px 6px;
  margin-bottom:5px;
}
.post .time a{
  color:#fff;
}
.post .post_text h3{
  background:none;
  margin:0.2em;
}

.post_link{
  float:right;
  clear:both;
  margin: 10px 0;
}
li .post_contents{
  clear:both;
  margin-bottom:0.5em;
  padding:5px 0 0 0;
}
.post h2{
margin:5px 0 5px;
}

/*--------------------------------------------
ソーシャルボタン
--------------------------------------------*/
#social{
 display:inline-block;
 float: left;

}
#twitter,
#hatena,
.fb-like{
  display:block;
  float:left;
}

.share-btn {
  border: 1px dashed #ccc;
  height: 21px;
  padding: 10px 0 10px 10px;
  width: 250px;
}

.twitter-share-button {
  margin-left: 5px;
  width: 90px !important;
}

.fb_ltr {
  max-width: none !important;
}

.fb_iframe_widget {
  width: auto !important;
  display: inline-block !important;
}
/*--------------------------------------------
画像のロールオーバー
--------------------------------------------*/
a img{
    /*transition使用*/
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a:hover img{
    opacity:0.5;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

/*--------------------------------------------
見出しタグの設定
--------------------------------------------*/
.description{
padding:10px 0 0 3px;
font-size:90%;
font-weight:normal;
}
h1.title{
clear:both;
margin:30px 0 0;
padding:7px 10px;
border:1px solid #dadada;
border-bottom:0;
background:#fff url(images/border.png) repeat-x 0 100%;
}

h1.first{margin-top:0;}

/* headerコンタクト
----------------------------------*/
.contact{
float:right;
padding: 13px;
text-align:right;
margin: 15px;
}

#header .contact .tel{
font-size: 200%;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
margin-bottom: -5px;
text-shadow:
0 0 1px #FFFFFF,
0 0 2px #FFFFFF,
0 0 6px #FFFFFF;
color: #324B68;
}

#header .contact .tel span{font-size:80%;}
#header .contact .tel a{color:#324B68}
#header .add{
background:none;
color: #324B68;
padding: 0;
clear: both;
float: right;
text-shadow:
0 0 1px #FFFFFF,
0 0 2px #FFFFFF,
0 0 6px #FFFFFF;
}

/*------
いつも使うの ここから
-------*/

/*Mapress枠*/
.map{
padding:10px 0;
}

.textwidget p{
padding-bottom: 15px;
}

/*会社概要ほか*/
table.page-table001{
width:100%;
border-collapse: collapse;
border:1px solid #ccc;
margin:10px 0 30px 0;
}
table.page-table001 th{
color:#333;
background:#eee;
padding:10px;
text-align:center;
width:8em;
border:1px solid #ccc;
}
table.page-table001 td{
border:1px solid #ccc;
padding:10px;
}
table.page-table001center{
width:100%;
border-collapse: collapse;
border:1px solid #ccc;
margin:10px 0 30px 0;
}
table.page-table001center th{
color:#fff;
background:#aaa;
padding:10px;
text-align:center;
width:8em;
border:1px solid #ccc;
}
table.page-table001center td{
text-align:center;
border:1px solid #ccc;
padding:10px;
}
/* Google Map用css
------------------------------------------------------------*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}