@charset "UTF-8";

/* ************************************************************
Title: common.css
Since: 2014-05-13
Last Modified: 2014-00-00
************************************************************ */

/************************************************
/* rule
************************************************/
html {
	width: 100%;
    background:#000;
}
    
body {
	width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
	color: #333;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",'MS P Gothic',Osaka,sans-serif;
	font-size: 11.5px;
	line-height: 1.4em;
	-webkit-text-size-adjust: 100%;
    position: relative;
    background-size: 100% auto;
}

a {
	color: #ccf;
    text-decoration: none;
}

a:link {
	color: #ccf;
    text-decoration: none;
}


a:visited {
	color: #ccf;
	/*text-decoration: none;*/
}


a:hover {
	text-decoration: underline;
}

/*
a:focus {
	color: #888888;
	text-decoration: none;
}
a:active {
	color: #888888;
	text-decoration: none;
}
*/

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

/*文字折り返し*/
pre{
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

/************************************************
/*clearfix
/***********************************************/
.ymt_clearfix {
    width:100%;
}

.ymt_clearfix:after {
    content: ""; 
    display: block; 
    clear: both;
 }

/************************************************
共通項目（ヘッダー・フッター・メニュー）
************************************************/

 /*トップへ戻るボタン
================*/
.topBtn{
    width: 94%;
    height: auto;
    padding: 2.0em 0 1.0em;
    margin: 0 3% 0;
    border-top:1px solid #d6d6d6;
    text-align: center;
    font-size: 0.9em;
    color: #666;
    background: url(../../../img/btn_backtop.png) center 10px no-repeat;
    background-size: 12px 7px;
    cursor: pointer;
    display: block;
}

 /*フッター
================*/  
footer{
    width: 100%;
    height: auto;
    padding: 0 0;
    margin: 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    color: #fff;
}


footer p.copyright{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0.5em 0;
    font-size: 1.0em;
    color: #fff;
    text-align: center;
    display: block;
    position: relative;
}

footer a{
    width: auto;
    height: auto;
    margin: 0;
    padding: 0.5em 0;
    font-size: 1.0em;
    color: #fff;
    text-align: center;
    display: inline-block;
}

img{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
}
