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

/* =====================================================================
*
*    BASE CSS
*
*    INDEX
*    -------------------------------------------------------------------
*    1. Yahoo UI Library Reset CSS
*    2. Basic Format
*    3. Yahoo UI Library Fonts CSS
*    4. Basic Font Format
*    5. Basic Hyperlink Format
*    6. font color Format
*    7. column Format
*
* =================================================================== */


/* =====================================================================
*
*    1. Yahoo UI Library Reset CSS
*
* =================================================================== */
body, div, dl, dt, dd,  h1, h2, h3, h4, h5, h6, table, td, th, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
/* table {
	border-collapse: collapse;
	border-spacing:0;
} */
fieldset, img {
	border:0;
}
 
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
 
li {
	
}
 
caption, th {
	text-align: left;
}
 
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
 
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}


/* =====================================================================
*
*    2. Basic Format
*
* =================================================================== */
* {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height:1.7em;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "Verdana", "ＭＳ Ｐゴシック", "sans-serif";

  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
	*filter: expression(document.execCommand("BackgroundImageCache", false, true));
	min-height:100%;
	font-size: 62.5%;
}
body {
	font-size: 14px;
	font-size: 1.4rem;
	*font-size: small; /* IE7およびIE6標準準拠モード用 */
	*font: x-small; /* IE6後方互換モード用 */
	height:100%;
	background: #fff;
}
form {
	margin:0;
	padding:0;
}
 
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
}
 
input {
	line-height: 1.2;
}
 
textarea {
	padding: 0.4em 10px;
}
 
img {
	vertical-align: bottom;
}

p {
}

.bold { font-weight: bold;}


/* =====================================================================
*
*    3. Yahoo UI Library Fonts CSS
*    http://developer.yahoo.com/yui/fonts/
*    *Copyright (c) 2006, Yahoo! Inc. All rights reserved.
*    *http://developer.yahoo.com/yui/license.txt
*    
*    Font-size Adjustment
*    
*     77% = 10px	|	122% = 16px	|	167% = 22px	
*     85% = 11px	|	129% = 17px	|	174% = 23px
*     93% = 12px	|	136% = 18px	|	182% = 24px
*    100% = 13px	|	144% = 19px	|	189% = 25px
*    107% = 14px	|	152% = 20px	|	197% = 26px
*    114% = 15px	|	159% = 21px	|
*
* =================================================================== */
table {
	font-size: inherit;
	font: 100%;
}
 
select, input, textarea {
	font-size: 99%;
}


/* =====================================================================
*
*    4. Basic Font Format
*
* =================================================================== */

/* ---------------------------------
*    Font Size
*/
.x-large	{ font-size: 164%; line-height: 1.8em; }
.large		{ font-size: 144%; }
.largeb		{ font-size: 136%; font-weight:bold; color:#C39; line-height:140%; }
.mid		{ font-size: 122%; }
.midb		{ font-size: 122%; font-weight:bold; color:#C30 }
.small		{ font-size:  93%; }
.x-small	{ font-size:  77%; letter-spacing: 1px; }


/* ---------------------------------
*    clearfix
*/
.clearfix { min-height: 1%; }

.clear { clear:both; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from Mac IE ＼*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* Hides from Mac IE */


/* ---------------------------------
*    nodisplay
*/
.nodisplay {
	display: none;
}


/* =====================================================================
*
*    5. Basic Hyperlink Format
*
* =================================================================== */
a:link { color:#05897e; text-decoration:none;  }
a:visited { color:#0e6e66; text-decoration:none; }
a:hover { color: #0e6e66; text-decoration:none; }
a:active {ccolor:#0e6e66; text-decoration:none; }
a:focus {color:#0e6e66; text-decoration:none;}


/* =====================================================================
*
*    6. font color
*
* =================================================================== */
/*.lightblue	{ color: #6ea6c9; }
.yellow		{ color: #f4de84; }
.orange		{ color: #ff6000; }*/


/* =====================================================================
*
*    7. Column
*
* =================================================================== */
.grid2col,div.grid3col,div.grid4col{ clear: both; width: 100%; }
.columnL { float: left;}
.columnR { float: right;}
.columnCenter { float: left;}


iframe.twitter-share-button {
    width: 110px !important;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}




