@charset "utf-8";

/* =============================================================================
   HTML5 element display
   ========================================================================== */
 
/*
 * Add display for block-level HTML5 elements
 * Addresses display not defined in IE6/7/8/9 & FF3
 */
 
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
 
/*
 * Add display for embedded HTML5 elements
 * Addresses display not defined in IE6/7/8/9 & FF3
 */
 
audio[controls],
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
 
/* =============================================================================
   Base
   ========================================================================== */
 
/*
 * 1. Add vertical scrollbar
 *    Keeps page centred in all browsers regardless of content height
 * 2. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 3. Remove iOS text size adjust without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
 
html {
    overflow-y: scroll; /* 1 */
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* 2 */
    -webkit-text-size-adjust: 100%; /* 3 */
    -ms-text-size-adjust: 100%;
}
 
/*
 * 1. Define the base font-size (using % or em will retain text resizing in IE6/7)
 * 2. Define the base line-height.
 * 3. Remove margin
 */
 
body {
    font-size: 100%; /* 1 */
    line-height: normal; /* 2 */
    margin: 0; /* 3 */
}
 
/*
 * Define base font-family
 * Addresses font-family inconsistency between <textarea> and other form elements.
 */
 
body,
input,
button,
textarea,
select {
    font-family: "ＭＳ Ｐゴシック", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", "Hiragino Kaku Gothic Pro","Osaka",  sans-serif;
}
 
/*
 * 1. Remove border
 *    Improves readability when inside <a> element in all browsers
 * 2. Allow high quality bicubic image resampling
 *    Improves readability when scaled in IE7
 *    Read before using : code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
 
img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}
 
/* =============================================================================
   Links
   ========================================================================== */
 
a {
    color: #00e;
}
 
a:visited {
    color: #551a8b;
}
 
/*
 * Define outline as thin dotted
 * Addresses outline displayed oddly in Chrome
 */
 
a:focus {
    outline: thin dotted;
}
 
/*
 * Remove outline
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
 
a:hover,
a:active {
    outline: 0;
}
 
/* =============================================================================
   Typography
   ========================================================================== */
 
/*
 * Add bottom border
 * Fixes styling not present in IE7/8/9 S5 Chrome
 */
 
abbr[title] {
    border-bottom: 1px dotted;
}
 
/*
 * Add bold font weight
 * Fixes style set to 'bolder' in FF3/4 S4/5 Chrome
*/
 
b,
strong {
    font-weight: bold;
}
 
blockquote {
    margin: 1em 40px;
}
 
/*
 * Add italic font style
 * Fixes styling not present in S5 Chrome
 */
 
dfn {
    font-style: italic;
}
 
/*
 * Add yellow background and black text
 * Fixes styling not present in IE6/7/8/9
 */
 
mark {
    background: #ff0;
    color: #000;
}
 
/*
 * Redeclare monospace font family
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 * 1. Fixes font family set oddly in S5 Chrome
 * 2. Fixes monospace font family set oddly in IE6
 */
 
pre,
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    _font-family: 'courier new', monospace; /* 2 */
    font-size: 1em;
}
 
/*
 * Add line wrapping
 * Improves readability of pre-formatted text in all browsers
 */
 
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
 
/*
 * Remove quotes
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
 
/* 1 */
 
q {
    quotes: none;
}
 
/* 2 */
 
q:before,
q:after {
    content: '';
    content: none;
}
 
/*
 * Define font-size
 */
 
small {
    font-size: 75%;
}
 
/*
 * Position subscript and superscript content without affecting line-height
 * Fixes alignment within multi-line text displayed oddly in all browsers
 * gist.github.com/413930
 */
 
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
 
sup {
    top: -0.5em;
}
 
sub {
    bottom: -0.25em;
}
 

 
/* =============================================================================
   Figures
   ========================================================================== */
 
/*
 * Remove margin
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
 
figure {
    margin: 0;
}
 
 
/* =============================================================================
   Tables
   ========================================================================== */
 
/*
 * Remove most spacing between table cells
 * Consistent vertical and horizontal alignment in all browsers
 */
 
table {
    border-collapse: collapse;
    border-spacing: 0;
}
 
th,
td {
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}
blockquote, dd, div, dl, dt,
h1, h2, h3, h4, h5, h6,
li, ol, p, pre, span, td, th, ul {
	margin:0;
	padding:0;
}
ol, ul {
	list-style:none;
}


/*  汎用class
=====================================*/


.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;}

.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;}

.mr10{margin-right: 10px;}
.mr20{margin-right: 20px;}
.mr30{margin-right: 30px;}
.mr40{margin-right: 40px;}
.mr50{margin-right: 50px;}
.mr60{margin-right: 60px;}
.mr70{margin-right: 70px;}
.mr80{margin-right: 80px;}

.ml10{margin-left: 10px;}
.ml20{margin-left: 20px;}
.ml30{margin-left: 30px;}
.ml40{margin-left: 40px;}
.ml50{margin-left: 50px;}
.ml60{margin-left: 60px;}
.ml70{margin-left: 70px;}
.ml80{margin-left: 80px;}


.pt10{padding-top: 10px;}
.pt20{padding-top: 20px;}
.pt30{padding-top: 30px;}
.pt40{padding-top: 40px;}
.pt50{padding-top: 50px;}
.pt60{padding-top: 60px;}
.pt70{padding-top: 70px;}
.pt80{padding-top: 80px;}

.pb10{padding-bottom: 10px;}
.pb20{padding-bottom: 20px;}
.pb30{padding-bottom: 30px;}
.pb40{padding-bottom: 40px;}
.pb50{padding-bottom: 50px;}
.pb60{padding-bottom: 60px;}
.pb70{padding-bottom: 70px;}
.pb80{padding-bottom: 80px;}

.pr10{padding-right: 10px;}
.pr20{padding-right: 20px;}
.pr30{padding-right: 30px;}
.pr40{padding-right: 40px;}
.pr50{padding-right: 50px;}
.pr60{padding-right: 60px;}
.pr70{padding-right: 70px;}
.pr80{padding-right: 80px;}

.pl10{padding-left: 10px;}
.pl20{padding-left: 20px;}
.pl30{padding-left: 30px;}
.pl40{padding-left: 40px;}
.pl50{padding-left: 50px;}
.pl60{padding-left: 60px;}
.pl70{padding-left: 70px;}
.pl80{padding-left: 80px;}

.iblock {
	display:inline-block;
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	_display:inline;
}
.iblock li {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	_display:inline;
}
.iblock a {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	_display:inline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.section {
	display: block;
	overflow: hidden;
	position: relative;
}
.section.ptn2 {
	clear: both;
	display: block;
	overflow: hidden;
	position: relative;
}
.section.ptn3 {
	display: block;
	overflow: auto;
}
.clear {
	clear: both;
}


