@charset "utf-8";
/* CSS Document */

/*
ベーステンプレート
*/

/* リセット */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
/* small, strong, sub, sup, var, */
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    /* font-size:100%;*/
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

sup {
vertical-align:text-top;
font-size:small;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

ol,ul {
	margin:0 0 20px 20px;
	line-height: 150%;
}

ul {
	list-style: none;
}

ol li,ul li {
	margin-bottom: 0.6em;
}

hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* HTML全体 */

* {
	margin: 0;
	padding: 0;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
}

.clear {
    zoom: 1; /* for IE6/7 */
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

/* ブロックリンク */

.blocklink {position: relative;}

.blocklink a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	text-indent: -9999px;
}

.blocklink a:hover {
	background-color: rbga(255,255,255,0.2);
}

/* テキストサイズ */

.txt-xs { font-size:80%;}

/* マージン */

.mb-30 { margin-bottom: 30px !important;}
.mb-50 { margin-bottom: 50px !important;}
.mb-80 { margin-bottom: 80px !important;}
.mb-100 { margin-bottom: 100px !important;}

@media (min-width: 768px) {

a img{
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}

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

/* 非表示 */
	
.hidden_pc {
	display:none !important;	
}

/* 改行管理 */

.block_pc {display:block;}
}

@media (max-width: 767px) {

img {
max-width: 100%;
height: auto;
width :auto;
vertical-align: bottom;
}

/* 非表示 */

.hidden_sp {
	display:none !important;	
}

/* モバイルだけ改行 */

.block_sp {
	display:block;
}

}
