@charset "utf-8";

/* ===================================================================


Issued var1.0.0:2014/6/25


======================================================================*/

/* -------------------------------------------------------------------
 + reset
------------------------------------------------------------------- */
html{
	width:100%;
    font-size: 100%;
	line-height: 1.6;
	zoom: 1; /* IEのみ */
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, thead, tbody, tfoot, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas{
    margin: 0;
    padding: 0;
}
main{
	position: relative;
}

article, aside, figure, figcaption,footer,h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section{
    display: block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

li{
    list-style: none;
    box-sizing: border-box;
}
img{
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    line-height: 0;
}

div{
    box-sizing: border-box;
}
dt,dd{
    box-sizing: border-box;
}
section{
	background-color: #fff;
}
hr{
   height: 2px;
   margin-top: 30px;
   margin-bottom: 15px;
   background-color: #b5b5b6;
   border: none;
}
input::-ms-clear {
  display: none;
}
/* - ms style
------------------------------------------------------------------- */

/* - following ms share point style (excerpt from 'corev15.css') */
/*   don't edit these styles. */
/*   to override, go to 'kill or modify them' section. */

body{
	position: relative;
	width:100%;
	min-width: 1200px;
	height: 100%;
    margin: 0;
    overflow: auto;
	background:#fff;
    background-repeat: no-repeat;
    background-size: cover;
    color: #3d3d3d !important;
	line-height: 1.6;
    font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif ;
    font-size: 14px;
	word-wrap : break-word;
    overflow-wrap : break-word;
	word-break : break-all;
	zoom: 1; /* IEのみ */
}
h1, h2, h3, h4, h5, h6 {
    font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif ;
}
a:hover{
    text-decoration: underline;
}
a{
    color: #00a5d4;
	outline: none;
}
img{
    border: medium none;
}
iframe{
    border: medium none;
}
table {
    border-width: 0;
}
fieldset{
    border: none;
}
ol {
	margin-top: 20px;
}
ol li{
	margin-left: 20px;
	list-style: decimal;
}
ul.disc{
	margin-top: 20px;
}
ul.disc li{
	margin-left: 20px;
	list-style-type: disc;
}
input, select, label, textarea, button, option{
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    vertical-align: middle;
}
input[type="button"], input[type="reset"], input[type="submit"], button{
    min-width: 40px;
    height: 35px;
	padding: 0 30px;
	line-height: 32px\9;
	margin: 0 10px;
	box-sizing: border-box;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
    border: none;
	border-radius: 3px;
	color: #fff;
}
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:hover{
    cursor: pointer;
}
input[type="text"], input[type="password"], input[type="number"]{
	width:340px;
	height: 25px;
    border: solid 1px #b1b1b1;
	line-height: 25px\9;
	margin: 0 10px 0 0;
	padding: 0 8px;
	border-radius: 3px;
	box-shadow: none;
}
input[type="number"]{
    -moz-appearance:textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="text"].smallSize, input[type="password"].smallSize{
    width: 90px;
}
input[type="text"].middleSize, input[type="password"].middleSize{
    width: 140px;
}
input[type="text"].largeSize, input[type="password"].largeSize{
    width: 435px;
}
.error{
	background:#f3c7c7;
	border:solid 1px #E40065 !important;
}
textarea{
	box-shadow: none;
}
textarea.largeSize{
    width: 350px;
    height: 200px;
	margin-right:10px;
}
select{
	background: #fff;
}
/*
input[type="radio"] {
    -webkit-appearance: none;
    position: relative;
	margin-top:-3px;
    margin-right: 5px;
    border-radius: 14px;
    -webkit-box-sizing: border-box;
    width: 20px;
    height: 20px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );
    vertical-align: middle;
}

input[type="radio"]:checked {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#353535),
        to(#8f8f8f)
    );
}
input[type="radio"]:checked:before {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    margin: -4px 0 0 -4px;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 1);
    content: "";
    border-radius: 5px;
    width: 8px;
    height: 8px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );
}


input[type="checkbox"] {

    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    border-radius: 2px;
    border: 1px solid #666;
    -webkit-box-sizing: border-box;
    width: 20px;
    height: 20px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );
}
input[type="checkbox"]:checked {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#353535),
        to(#8f8f8f)
    );
}
input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 11px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    content: "";
    width: 10px;
    height: 4px;
    background: #FFFFFF;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}
input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 11px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    width: 19px;
    height: 4px;
    background: #FFFFFF;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}
*/
label{
    display: inline-block;
	margin-right:20px;
}
/* - clearfix
------------------------------------------------------------------- */
.clearfix:before,
.clearfix:after{
    content: " ";
    display: table;
}
.clearfix:after{
    clear: both;
}
