/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */


/* #ヘッダー
================================================== */
#header{
    height: 84px;
    border-top: 6px solid #6699CC;
    border-bottom: 1px solid #666666;
}
#header img.hed_left{
    display: block;
    float: left;
}
#header img.hed_right{
    display: block;
    float: right;


}
/*サイズ別の切り替え*/
@media screen and (max-width: 767px) {
    #header{
        margin: 0 -10px;
    }
    /*ウインドウサイズが767pxより小さい場合は右の画像を隠す*/
    #header img.hed_right{
        display: none;

    }

    #copyright{
        margin-left: -10px;
        margin-right: -10px;
    }
}

#copyright{
    font-size: 10px;
    color: #FFFFFF;
    font-weight: bold;
    border-top:1px solid #666666;
    background-color: #6699cc;
    text-align: center;
    clear: both;
}
/* #メニュー
================================================== */

#menu {
    margin-top: 10px;
}
#menu .columns{
    /*margin: 4px 4px;*/
    margin: 0;
    text-align: center;

}

#menu .columns:before{
    content: url('ico_fuji.png');
    width: 30px;
    height: 30px;
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;

}
/*メニューのリンクボタン*/
#menu a{
    /*-webkit-transition-duration: 0.5s;*/
    font-family: Roboto, 'Droid Sans','ヒラギノ明朝 Pro W6','Hiragino Mincho Pro','HGS明朝B','游明朝',serif;
    color: #181818;
    font-size: 21px;
    line-height: 30px;
    border-bottom: 2px solid #6699CC;
    text-shadow: 1px 1px 3px #aaa;
    padding-bottom: 4px;
    text-decoration: none;
    display: inline;
}
#menu a:hover{
    color: #006934;
    border-bottom: 2px solid #00af53;
    text-shadow: 2px 2px 5px #999;

}

/*サイズ別の切り替え*/
@media screen and (max-width: 767px) {
    #menu{
        margin-top: 0;
        margin-bottom: 20px;
    }
    #menu .columns{
        border-bottom: 1px solid #666666;
        text-align: left;
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #menu a{
        border-bottom:none;
    }
    .menu_bt_hr{
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    #menu a{
        font-size: 18px;
    }

}

/*table*/
.type_a table {
    border-collapse: collapse;
}

.type_a td {
    border: 1px #8598b2 solid;
    padding: 0.4em 0.4em;
    text-align: left;
    vertical-align: top;
}

.type_a th {
    white-space: nowrap;
    text-align: left;
    border: 1px #8598b2 solid;
    background-color: #d3e9fa;
    padding: 0.4em 0.4em;
}

/*ツイキャス用切り分け*/

#twitcas_pc{
    display: none;
}
#twitcas_mov{
    display: none;
}

/*ソーシャル*/
#socialfoot{
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
}
#socialhed{
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
}


html.mobile #twitcas_mov{
    display: block;
}
html.mac #twitcas_pc,
html.win #twitcas_pc{
    display: block;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

