/*
 Author: NOGUCHI KIKAKU
 
 ▼目次
 1.  便利
 2.  テキスト装飾
 3.  背景色
 4.  余白
 5.  見出し装飾
 6.  ボタン装飾
 7.  横幅指定
 20. フッターウィジェットのメニュー
 21. 1行のお知らせ
 22. 2行のお知らせ
 23. サムネイル付きお知らせ 縦
 24. サムネイル付きお知らせ 横4列
 30. tableのレスポンシブ対応（2列の場合に効果的）
 99. メディアクエリ
*/

/* =========================================================
 * 1. 便利
========================================================= */
.p-none p {
	margin: 0;
}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}

/* =========================================================
 * 2. テキスト装飾
========================================================= */
.font140 {
	font-size: 140%;
}
.font135 {
	font-size: 135%;
}
.font130 {
	font-size: 130%;
}
.font125 {
	font-size: 125%;
}
.font120 {
	font-size: 120%;
}
.font115 {
	font-size: 115%;
}
.font110 {
	font-size: 110%;
}
.font105 {
	font-size: 105%;
}
.font95 {
	font-size: 95%;
}
.font90 {
	font-size: 90%;
}
.font85 {
	font-size: 85%;
}
.font80 {
	font-size: 80%;
}
.font75 {
	font-size: 75%;
}
.font70 {
	font-size: 70%;
}
.txtcenter {
	text-align: center;
}
.txtright {
	text-align: right;
}
.txtleft {
	text-align: left;
}
.txtbig {
	font-size: 140%;
	line-height: 1.8em;
}
.txtmiddle {
	font-size: 120%;
	line-height: 1.8em;
}
.txtnormal {
	font-size: 100%;
	line-height: 1.8em;
}
.txtsmall {
	font-size: 80%;
	line-height: 1.8em;
}
.txtnarrow {
	letter-spacing: 0;
}
.txtbold {
	font-weight: bold;
}
.txtnoto {
	font-family: 'Noto Sans Japanese', Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
.txtGothic {
	font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
.txtMincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "HGS明朝B", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.txtwhite {
	color: #fff;
}
.txtblack {
	color: #000;
}
.txtlightgray {
	color: #ccc;
}
.txtgray {
	color: #777;
}
.txtred {
	color: #B32034;
}
.txtpurple {
	color: #545A8E;
}
.txtblue {
	color: #1F5C9E;
}
.txtgreen {
	color: #008348;
}
.txtorange {
	color: #D59B0A;
}
.txtshadow {
	text-shadow: 0 1px 0 #333;
}

/* =========================================================
 * 3. 背景色
========================================================= */
.bgwhite {
	background: #fff;
}
.bgblack {
	background: #000;
}
.bggray {
	background: #fafafa;
}
.bgred {
	background: #B32034;
}
.bgpurple {
	background: #545A8E;
}
.bgblue {
	background: #1F5C9E;
}
.bggreen {
	background: #008348;
}
.bgorange {
	background: #D59B0A;
}
.bgstripe {
	background: url(./../images/bg-stripe.png) left top repeat !important;
}
.white-box {
	background: #ffffff;
	box-shadow: 0px 0px 1px #aaa;
	-moz-box-shadow: 0px 0px 1px #aaa;
	-webkit-box-shadow: 0px 0px 1px #aaa;
}
.inner-box {
	padding: 15px;
}
/* =========================================================
 * 4. 余白
========================================================= */
.mt0 {
	margin-top: 0px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mt80 {
	margin-top: 80px;
}
.mt90 {
	margin-top: 90px;
}
.mt100 {
	margin-top: 100px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb100 {
	margin-bottom: 100px;
}

/* =========================================================
 * 5. 見出し装飾
========================================================= */
.h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.2em;
	padding: 0;
	margin: 0 0 0.5em 0;
	border: none;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-size: 26px;
	font-weight: bold;
}
.h2 {
	font-size: 24px;
}
.h3 {
	font-size: 22px;
}
.h4 {
	font-size: 20px;
}
.h5 {
	font-size: 18px;
}
.h6 {
	font-size: 16px;
}

/* グラデーションと角丸を使った見出し */
/* http://www.webcreatorbox.com/tech/css-heading-list-blockquote/ */
.heading1 {
	font-size: 22px;
	line-height: 34px;
	font-weight: bold;
	
	border:solid 1px #ddd;
	-moz-border-radius: 3px; /* FF */
	-webkit-border-radius: 3px;/* Webkit */
	border-radius: 3px;
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background: -moz-linear-gradient(top,  #fff,  #eee);
	padding: 5px 8px;
	-pie-background:linear-gradient(top,  #fff,  #eee);
	behavior: url(http://www.webcreatorbox.com/sample/images/PIE.htc);  /* ie */
}
.heading1:before {
	content:'';
	border-left:5px #333 solid;
	padding-left:10px;
}
.heading1 span {
	font-weight: normal;
	margin-left:15px;
	font-size:60%;
	color: #aaa;
	position: relative;
	top: -2px;
}
/* グラデーションと角丸を使った見出し下線付き */
.heading2 {
	font-size: 22px;
	line-height: 34px;
	font-weight: bold;
	border:solid 1px #ddd;
	border-bottom: 2px solid #333333;
	
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background: -moz-linear-gradient(top,  #fff,  #eee);
	padding: 5px 8px;
	-pie-background:linear-gradient(top,  #fff,  #eee);
	behavior: url(http://www.webcreatorbox.com/sample/images/PIE.htc);  /* ie */
}
.heading2:before {
	content:'';
	border-left:5px #333333 solid;
	padding-left:10px;
}
.heading2 span {
	font-weight: normal;
	margin-left:15px;
	font-size:60%;
	color: #aaa;
	position: relative;
	top: -2px;
}

/* ボーダーを利用した見出し */
/* http://webnonotes.com/css/heading_sample/ */
.heading3 {
	position:relative;
	padding:10px;
	padding-left:25px;
	font-weight: bold;
	font-size: 22px;
	background-color: #333333;
	color: #fff;
	border-radius:3px;
}
.heading3:before {
	content:'';
	height:26px;
	width:2px;
	display:block;
	position:absolute;
	top:10px;
	left:10px;
	background-color:#fff;
	border-left: 4px solid #fff;
	border-radius:2px;
}

/* spanに小さいテキストを使った見出し */
.heading4 {

}
.heading4 span {
	font-weight: normal;
	margin-left:15px;
	font-size:60%;
	color: #aaa;
	position: relative;
	top: -2px;
}

/* チェックマークの見出し */
/* http://webnonotes.com/css/heading_sample/ */
.heading5{
	position:relative;
	padding-left:30px;
	font-weight: bold;
	font-size: 22px;
	line-height: 34px;
}
.heading5:after, .heading5:before{
	content:''; 
	height:18px; 
	width:4px; 
	display:block; 
	background:#333333; 
	position:absolute; 
	top:8px; 
	left:15px; 
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px; 
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}
.heading5:before{
	height:10px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 
	top:16px; 
	left:7px
}

/* 四角2つのワンポイントを付ける */
/* http://webnonotes.com/css/heading_sample/ */
.heading6{
	position:relative;
	padding-left:26px;
	font-weight: bold;
	font-size: 22px;
	line-height: 34px;
}
 
.heading6:before{
	content:''; 
	height:12px; 
	width:12px; 
	display:block; 
	background:#333333; 
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset; 
	position:absolute; 
	top:-0px; 
	left:5px;
	transform:rotate(-50deg);
	-webkit-transform:rotate(-50deg);
	-moz-transform:rotate(-50deg);
	-o-transform:rotate(-50deg);
	-ms-transform:rotate(-50deg);
}
.heading6:after{
	content:''; 
	height:8px; 
	width:6px; 
	display:block; 
	background:#333333; 
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset; 
	position:absolute; 
	top:16px; 
	left:2px;
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	-ms-transform:rotate(-75deg);
}

/* 円を重ね合わせた見出し */
/* http://webnonotes.com/css/heading_sample/ */
.heading7{
	position:relative;
	padding-left:26px;
	font-weight: bold;
	font-size: 22px;
	line-height: 34px;
}
.heading7:before{
	content:''; 
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	height:12px;
	width:12px;
	display:block;
	position:absolute;
	top:15px;
	left:8px;
	background-color:#333333;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	opacity:0.50;
	z-index: 1;
}
.heading7:after{
	content:'';
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	height:15px;
	width:15px;
	display:block;
	position:absolute;
	top:7px;
	left:2px;
	background-color:#333333;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
}

.heading8 {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 10px 0;
	background: #333333;
	border-radius: 15px;
}

/* アンダーラインに色線を重ねる */
.heading9 {
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
}
.heading9::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #333;
}
.heading9-lv2 {
	font-size: 20px;
	margin: 50px 0 15px 0;
	position: relative;
	padding-bottom: .5em;
	border-bottom: 2px solid #ccc;
}
.heading9-lv2::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 2px;
	background-color: #333;
}

/* タイトル右端に小さな文字でリンク */
.title-container {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #cccccc;
}
.title-container h2 {
	margin: 0;
	float: left;
}
.title-container .link {
	float: right;
}
.title-container ul.link {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.title-container .link li {
	font-size: 80%;
	margin-left: 20px;
	padding: 0 0 0 0;
	float: left;
}
.title-container:after, .title-container .link:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

/* =========================================================
 * 6. ボタン装飾
========================================================= */
/* aタグclass */
.tools-btn-style1 {
	text-align: center;
	background: none repeat scroll 0% 0% #111;
	border: 1px solid #111;
	color: #fff;
	display:block;
	margin: 0px auto;
	width: 50%;
	border-radius: 3px;
	padding: 10px;
	transition: 0.5s ease-out all;
}
.tools-btn-style1 i {
	color: #fff;
}
.tools-btn-style1:hover {
	cursor:pointer;
	background:#fff;
	color: #000;
}
.tools-btn-style1:hover i {
	color: #000;
}
.tools-btn-white {
	background: none repeat scroll 0% 0% #fff;
	border: 1px solid #111;
	color: #111;
}
.tools-btn-white:hover {
	background:#111;
	color: #fff;
}
.tools-btn-key,
.tools-btn-key a {
	background: none repeat scroll 0% 0% #999999;
	border: 1px solid #999999;
}
.tools-btn-grey,
.tools-btn-grey a {
	background: none repeat scroll 0% 0% #999999;
	border: 1px solid #999999;
}
.tools-btn-pink,
.tools-btn-pink a {
	background: none repeat scroll 0% 0% #E91E63;
	border: 1px solid #E91E63;
}
.tools-btn-red,
.tools-btn-red a {
	background: none repeat scroll 0% 0% #D32F2F;
	border: 1px solid #D32F2F;
}
.tools-btn-orange,
.tools-btn-orange a {
	background: none repeat scroll 0% 0% #FF9800;
	border: 1px solid #FF9800;
}
.tools-btn-blue,
.tools-btn-blue a {
	background: none repeat scroll 0% 0% #448AFF;
	border: 1px solid #448AFF;
}
.tools-btn-green,
.tools-btn-green a {
	background: none repeat scroll 0% 0% #388E3C;
	border: 1px solid #388E3C;
}
.tools-btn-purple,
.tools-btn-purple a {
	background: none repeat scroll 0% 0% #512DA8;
	border: 1px solid #512DA8;
}

.tools-btn-w50,
.tools-btn-w50 a {
	width: 50%;
}
.tools-btn-w60,
.tools-btn-w60 a {
	width: 60%;
}
.tools-btn-w70,
.tools-btn-w70 a {
	width: 70%;
}
.tools-btn-w80,
.tools-btn-w80 a {
	width: 80%;
}
.tools-btn-w90,
.tools-btn-w90 a {
	width: 90%;
}
.tools-btn-w100,
.tools-btn-w100 a {
	width: 100%;
}

/* aをdivで囲むタイプ */
.tools-btn-style2 {
	margin: 0 auto;
}
.tools-btn-style2 a {
	width:100%;
	padding: 6px 0;
	background: #fff;
	border: 1px solid #ccc;
	text-align:center;
	display:block;
	text-decoration:none;
	transition: 0.5s ease-out all;
}
.tools-btn-style2 a:hover {
	color: #fff;
	text-decoration: none;
	background:#111;
	border: 1px solid #111;
	cursor:pointer;
}

/* Ymobileスタイル */
a:hover.link-button span,
a:link.link-button span,
a:active.link-button span,
a:visited.link-button span{
	color: #fff;
}
a.link-button:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
a.link-button{
	position:relative;
	display: inline-block;
	background-color:#999;
	width:200px;
	height:40px;
	margin:0 auto 3px;
	/* 角丸＆シャドウ 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 1px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 1px 0px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 1px 0px rgba(0,0,0,0.6);
	*/
}
a.link-button span{
	width:160px;
	display: inline-block;
	margin:13px 0 0 40px;
	line-height:1.0em;
	text-align:center;
	font-size:14px;
}
a.link-button i {
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	line-height: 40px;
	position:absolute;
	top:0
	left:0;
	width:40px;
	height:40px;
	margin:0;
	background-color:#898989;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
a.small{
	width:168px;
	height:30px;
	display: inline-block;
}
a.small span{
	width:138px;
	font-size:13px;
	margin:9px 0 0 30px;
}
a.small i {
	width:30px;
	height:30px;
	font-size: 16px;
	line-height: 30px;
}
a.middle{
	width:230px;
	display: inline-block;
}
a.middle span{
	width:200px;
	font-size:15px;
	margin:12px 0 0 30px;
}
a.wide{
	width:300px;
	display: inline-block;
}
a.wide span{
	width:270px;
	font-size:16px;
	margin:12px 0 0 30px;
}
a.link_key     {background-color:#009944;color:#fff;}
a.link_key i   {background-color:rgba(0,0,0,0.1);}
a.link_grey    {background-color:#999;color:#fff;}
a.link_grey i  {background-color:rgba(0,0,0,0.1);}
a.link_black   {background-color:#333;color:#fff;}
a.link_black i {background-color:rgba(0,0,0,0.1);}
a.link_pink    {background-color:#E91E63;color:#fff;}
a.link_pink i  {background-color:rgba(0,0,0,0.1);}
a.link_red     {background-color:#D32F2F;color:#fff;}
a.link_red i   {background-color:rgba(0,0,0,0.1);}
a.link_orange  {background-color:#FF9800;color:#fff;}
a.link_orange i{background-color:rgba(0,0,0,0.1);}
a.link_green   {background-color:#388E3C;color:#fff;}
a.link_green i {background-color:rgba(0,0,0,0.1);}
a.link_purple  {background-color:#512DA8;color:#fff;}
a.link_purple i{background-color:rgba(0,0,0,0.1);}
a.link_blue    {background-color:#448AFF;color:#fff;}
a.link_blue i  {background-color:rgba(0,0,0,0.1);}

/* 2016.2.14追加 */
/* ボタンベースデザイン */
a.button-base,
a.button-base i {
	color: #fff;
}
.button-base {
	display: inline-block;
	width: 95%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button-base::before,
.button-base::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button-base,
.button-base::before,
.button-base::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/* 3dボタン */
.button-3d {
	position: relative;
	background-color: #009944;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #007c37;
}
.button-3d:hover {
	background-color: #008f40;
	box-shadow: 0 3px 0 #007a36;
}
.button-3d:active {
	top: 3px;
	box-shadow: none;
}
/* 3dボタン：カラー */
.button-3d-red {
	background-color: #ee5b5c;
	box-shadow: 0 3px 0 #da3131;
}
.button-3d-red:hover {
	background-color: #ec434a;
	box-shadow: 0 3px 0 #cf1b22;
}
.button-3d-blue {
	background-color: #19afc3;
	box-shadow: 0 3px 0 #0894a7;
}
.button-3d-blue:hover {
	background-color: #14a7bb;
	box-shadow: 0 3px 0 #0a94a6;
}
.button-3d-orange {
	background-color: #f39800;
	box-shadow: 0 3px 0 #eb6100;
}
.button-3d-orange:hover {
	background-color: #e89100;
	box-shadow: 0 3px 0 #eb6100;
}
.button-3d-purple {
	background-color: #5b6bdc;
	box-shadow: 0 3px 0 #3b4cbf;
}
.button-3d-purple:hover {
	background-color: #4a5bce;
	box-shadow: 0 3px 0 #2d3dad;
}

/* =========================================================
 * 7. 横幅指定
========================================================= */
.width50 {
	width: 50px;
}
.width80 {
	width: 80px;
}
.width100 {
	width: 100px;
}
.width120 {
	width: 120px;
}
.width150 {
	width: 150px;
}
.width160 {
	width: 160px;
}
.width170 {
	width: 170px;
}
.width200 {
	width: 200px;
}
.width225 {
	width: 225px;
}
.width250 {
	width: 250px;
}
.width300 {
	width: 300px;
}
.width400 {
	width: 400px;
}
.width10p {
	width: 10%;
}
.width20p {
	width: 20%;
}
.width30p {
	width: 30%;
}
.width40p {
	width: 40%;
}
.width50p {
	width: 50%;
}
.width60p {
	width: 60%;
}
.width70p {
	width: 70%;
}
.width80p {
	width: 80%;
}
.width90p {
	width: 90%;
}
.width100p {
	width: 100%;
}
.width15p {
	width: 15%;
}
.width25p {
	width: 25%;
}
.width35p {
	width: 35%;
}
.width45p {
	width: 45%;
}
.width55p {
	width: 55%;
}
.width65p {
	width: 65%;
}
.width75p {
	width: 75%;
}
.width85p {
	width: 85%;
}

/* =========================================================
 * 20. フッターウィジェットのメニュー
========================================================= */
.footer-widget-menu {
}
.footer-widget-menu-title {
	font-size: 120%;
	line-height: 2em;
}
.footer-widget-menu ul,
.footer-widget-menu ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.6em;
}
.footer-widget-menu li {
	margin: 0;
	padding: 0;
}
.footer-widget-menu li.footer-widget-menu-child {
	margin-left: 18px;
}
.footer-widget-logo {
	margin-bottom: 10px;
}
.footer-widget-add {
	line-height: 1.6em;
}
.footer-widget-tel {
	margin-top: 5px;
}
.footer-widget-tel,
.footer-widget-fax,
.footer-widget-mail {
	font-weight: bold;
	line-height: 1.6em;
}
.footer-widget-tel .fa,
.footer-widget-fax .fa,
.footer-widget-mail .fa {
	width: 20px;
	text-align: center;
}

/* =========================================================
 * 21. 1行のお知らせ
========================================================= */
ul.info1column {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.info1column li {
	border-bottom: 1px dotted #ccc;
}
.info1column li a {
	padding: 10px 10px 9px 7.5em;
	position: relative;
	display: block;
	vertical-align: middle;
}
.info1column li a:hover, .info1column li a:focus, .info1column li a:active {
	background-color: #fafafa;
}
.info1column li a .cat {
	position: absolute;
	padding: 0;
	top: 12px;
	left: 10px;
	font-size: 80%;
	color: #fff;
	width: 100px;
	text-align: center;
}
/*-- カテゴリのスラッグ毎に色を変える --*/
.info1column li a .cat {
	background: #333;
}
.info1column li a .information {
	display: block;
}
.info1column li a .information .date {
	font-size: 90%;
	margin-right: 20px;
	display: block;
	float: left;
	color: #333333;
}
.info1column li a .information .text {
	display: block;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.info1column li a {
		padding-left: 10px;
		position: static;
	}
	.info1column li a:hover, .info1column li a:focus, .info1column li a:active {
		text-decoration: none !important;
	}
	.info1column li a .cat {
		padding: 3px 10px;
		margin-right: 10px;
		position: static;
		top: 0;
		left: 0;
		display: inline;
	}
	.info1column li a .information {
		display: inline;
	}
	.info1column li a .information .date {
		margin-right: 0;
		display: inline;
		float: none;
	}
	.info1column li a .information .text {
		padding-top: 7px;
	}
	.info1column li a .information:after {
		display: none !important;
	}
}

/* =========================================================
 * 22. 2行のお知らせ
========================================================= */
.info2column {
	margin: 0;
	padding: 0;
}
.info2column .info-column {
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #ccc;
}
.info2column .info-meta {
	line-height: 1em;
}
.info2column .info-meta .info-cat {
	float: left;
	text-align: center;
	width: 80px;
	margin-right: 10px;
}
.info2column .info-meta .info-date {
	display: table-cell;
	vertical-align: middle;
	font-size: 90%;
	line-height: 1.4em;
}
.info2column .info-title {
	margin-top: 5px;
}
/*-- カテゴリのスラッグ毎に色を変える --*/
.info2column .info-meta .info-cat {
	padding: 2px 6px;
	font-size: 80%;
	color: #fff;
	background: #333;
}

/* =========================================================
 * 23. サムネイル付きお知らせ　縦
========================================================= */
.show-thumbnail-title .info-meta {
	line-height: 1.5em;
}
.show-thumbnail-title .info-cat {
	padding: 2px 6px;
	font-size: 80%;
	color: #fff;
	background: #333;
}
.show-thumbnail-title .info-date {
	padding: 0 10px;
	font-size: 90%;
}

/* =========================================================
 * 24. サムネイル付きお知らせ　横4列
========================================================= */
.show4column-date {
	font-size: 90%;
}
.show4column-title {
	
}

/* =========================================================
 * 30. tableのレスポンシブ対応（2列の場合に効果的）
========================================================= */
/* XSサイズ : Extra Small Devices, Phones */  
@media only screen and (max-width : 768px) {
	table.table-small {
		font-size: 80%;
		letter-spacing: 0;
	}
	table.table-small tr th,
	table.table-small tr td {
		padding: 5px;
	}
	/* tableのレスポンシブ対応（table-pcを除く） */
	table:not(.table-pc) {
		margin: 0 -10px;
	}
	.table,
	.table-bordered {
		border: none !important;
	}
	table:not(.table-pc) th {
		background: rgba(0, 0, 0, 0.05);
		text-align: center;
	}
	table:not(.table-pc) th,
	table:not(.table-pc) td {
		width: 100%;
		display: block;
	}
	table:not(.table-pc) td {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	table:not(.table-pc) input {
		width: 100%;
	}
	/* checkboxのレスポンシブ対応 */
	table:not(.table-pc) span.wpcf7-list-item input {
		width: auto;
	}
}
/* カスタム, iPhone Retinaディスプレイ */ 
@media only screen and (max-width : 320px) {
	table.table-small {
		font-size: 70%;
		letter-spacing: 0;
	}
	table.table-small tr th,
	table.table-small tr td {
		padding: 5px;
	}
}

/* =========================================================
* 99. メディアクエリ
========================================================= */

/*==========  モバイル・ファーストの場合  ==========*/

/* カスタム, iPhone Retinaディスプレイ */ 
@media only screen and (min-width : 320px) {

}

/* XSサイズ : Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}


/*==========  非モバイル・ファーストの場合  ==========*/

/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* XSサイズ : Extra Small Devices, Phones */  
@media only screen and (max-width : 480px) {
	/* 横幅指定解除 */
	.width50, .width80, .width100, .width120, .width150, .width160, .width170, .width200, .width225, .width250, .width300, .width400 {
		width: auto;
	}
}

/* カスタム, iPhone Retinaディスプレイ */ 
@media only screen and (max-width : 320px) {

}
