@charset "utf-8";

/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1.2;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
	height: 1px;
	background: #ffe;
	background-image: -webkit-linear-gradient(left, #ffe, #600, #ffe);
	background-image: -moz-linear-gradient(left, #ffe, #600, #ffe);
	background-image: -ms-linear-gradient(left, #ffe, #600, #ffe);
	background-image: -o-linear-gradient(left, #ffe, #600, #ffe);
}

input, select {
    vertical-align: middle;
}

html {
    -webkit-auto-text-size-adjust: none;
    background: #ffffee url(/image/back.gif) repeat fixed;
	font-family: 'Noto Sans JP',sans-serif;
    font-size: 15pt;
    color: #600;
}

body {
    -webkit-text-size-adjust: none;
    background: #ffffee url(/image/back.gif) repeat fixed;
	font-family: 'Noto Sans JP',sans-serif;
    font-size: 15pt;
    color: #600;
    min-width: 300px;
    max-width: 100%;
    min-height: 320px;
    margin: 2px 0 0 0;
    padding: 2px 0 0 0;
    line-height: 1.5;
}

a:link {
    color: #0044cc;
    text-decoration: none;
}

a:visited {
    color: #0044cc;
    text-decoration: none;
}

a:hover {
    color: #880000;
    background: #ffcc66;
    text-decoration: none;
    position: relative;
    left: 0;
    top: 0;
}

a:active {
    color: #0044cc;
    text-decoration: none;
}

a {
    -webkit-tap-highlight-color: rgba(255,204,102,0.8);
}

img {
    border: 0;
}

a:link img {
    background: #ffffee url(/image/back.gif);
    vertical-align: text-bottom;
}

a:visited img {
    background: #ffffee url(/image/back.gif);
    vertical-align: text-bottom;
}

a:hover img {
    color: #880000;
    background: #ffcc66;
    vertical-align: text-bottom;
    position: relative;
    left: 0;
    top: 0;
}

a:active img {
    color: #880000;
    background: #ffcc66;
    vertical-align: text-bottom;
}

ul.navi {
    list-style: none;
    margin0;
padding: 0;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

li.navi {
    font-size: 11px;
    margin: 10px;
    padding: 0;
    list-style: none;
    float: left;
    border: none;
    text-align: center;
}

.p {
    margin: 0.5em;
}

dd {
    margin-left: 1em;
}

.box {
    width: 95%;
    background: #ffe;
    border: #eee 1px solid;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: rgba(0,0,0,0.6)1px 1px 2px;
}

.box > a {
    display: block;
    margin: 2px;
    height: 44px;
    white-space: nowrap;
    overflow-x: hidden;
    background: -webkit-gradient(linear,left top,left bottom,from(#ffad5b),to(#ffd3a8));
    -webkit-border-radius: 5px;
    line-height: 44px;
    text-align: left;
    text-decoration: none;
    color: #600;
    font-size: 22px;
	font-family: 'Noto Sans JP',sans-serif;
}

/*
.box2{
padding: 6px 10px;
-webkit-border-radius: 2px 2px;
border: solid 1px rgb(153, 153, 153);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(245,132,38)));
 border-color: rgb(245,132,38);
color: #600;
text-decoration: none;
cursor: pointer;
display: inline-block;
text-align: center;
text-shadow: 0px 1px 1px rgba(255,255,255,1);
line-height: 1;

}

.box2 > a{
	margin:2px;
	height:44px;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(245,132,38))); border-color: rgb(245,132,38);
	line-height:44px;
	text-align:center;
	text-decoration:none;
	color:#600;
	font-size:22px;
	font-family: 'Noto Sans JP',sans-serif;
}

.box  > a{
    width: 300px;
    margin: 0;
    padding: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#FF8800));   
    border: 1px #F27300 solid;
    color: #600;
    -webkit-appearance: none;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0 2px 2px #CCC;
}
*/

.box2  > a {
    width: 100px;
    margin: 0;
    padding: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#FF8800));
    border: 1px #F27300 solid;
    color: #600;
    -webkit-appearance: none;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0 2px 2px #CCC;
}

.box3  > a {
    display: block;
    width: 150px;
    margin: 0;
    padding: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#FF8800));
    border: 1px #F27300 solid;
    color: #600;
    -webkit-appearance: none;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0 2px 2px #CCC;
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.clear {
    clear: both;
}

input {
    padding: 10px;
    -webkit-box-shadow: 0px 0px 10px #000000;
    -moz-box-shadow: 0px 0px 10px #000000;
    box-shadow: 0px 0px 10px #000000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

textarea {
    padding: 10px;
    -webkit-box-shadow: 0px 0px 10px #000000;
    -moz-box-shadow: 0px 0px 10px #000000;
    box-shadow: 0px 0px 10px #000000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
/*
.submit{
    padding: 10px;  
    background: -webkit-gradient(linear,left bottom, left top,  
                from(#fc8312),  
                color-stop(0.01,#ffb160),  
                color-stop(0.02,#ffb160),  
                color-stop(0.03,#fe8a0f),  
                color-stop(0.49,#ff7300),  
                color-stop(0.5,#ff9100),  
                to(#ffca80));  
  
    background: -moz-linear-gradient(  
                center bottom,  
                rgb(215,63,164) 15%,  
                rgb(255,95,197) 58%,  
                rgb(255,124,237) 79%  
                );  
}  
*/
.submit {
    border: 1px solid #777;
    padding: 4px 10px;
    color: #600;
    cursor: pointer;
    background: #cc6600;
    border-radius: 5px;
    /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ffccaa),
        to(#cc6600)
        );
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #ffccaa,
        #cc6600
        );
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
    /* IE */
    filter: progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffffccaa,endColorstr=#ffcc6600);
    zoom: 1;
}

/* Select Menu
 
*******************************************/


select {
    background: #a9db80;
    background: -moz-linear-gradient(top, #fca 0%, #c60 100%);
    background: -o-linear-gradient(top, #fca 0%, #c60 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fca), color-stop(100%,#c60));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca', endColorstr='#c60',GradientType=0 );
    border: 1px solid #447a17;
    color: #600;
}

select:hover {
    box-shadow: 0 0 5px #ff7b0d;
}

select span {
 /* Arrow */
    border-top-color: #222;
}

select ul {
 /* Dropdown */
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #ededed 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#ffffff));
    border: 1px solid #666;
    border-top: none;
    color: #600;
    font-size: 20px;
}

input:hover {
    box-shadow: 0 0 5px #ff7b0d;
}

textarea:hover {
    box-shadow: 0 0 5px #ff7b0d;
}

.button {
    border-top: 1px solid #636363;
    background: #f0cf7a;
    background: -webkit-gradient(linear, left top, left bottom, from(#f09800), to(#f0cf7a));
    background: -moz-linear-gradient(top, #f09800, #f0cf7a);
    padding: 16.5px 33px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 24px;
	font-family: 'Noto Sans JP',sans-serif;
    text-decoration: none;
    vertical-align: middle;
}

.button:hover {
    border-top-color: #e07400;
    background: #e07400;
    color: #361700;
}

.button:active {
    border-top-color: #eb442a;
    background: #eb442a;
}

li img {
    border: 0;
    margin: 2px auto 0 2px;
    padding: 2px auto 0 2px;
}

li a:link img {
    background: none;
    vertical-align: text-bottom;
}

li a:visited img {
    background: none;
    vertical-align: text-bottom;
}

li a:hover img {
    background: none;
    vertical-align: text-bottom;
    position: relative;
    left: 0;
    top: 0;
}

li a:active img {
    background: none;
    vertical-align: text-bottom;
}

#globalNavi {
    margin: 0.3em;
    border: 2px solid #cc6600;
    background: #ffccaa;
    border-bottom: 0px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

#globalNavi ul li a {
    background: none;
    margin: 0;
    width: 100%;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 22px;
    line-height: 40px;
    text-align: left;
    display: block;
    border-bottom: 2px solid #cc5500;
    text-shadow: 1px 1px 1px #025d7d;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffccaa), to(#cc6600));
    background: -moz-linear-gradient(top, #ffccaa, #cc6600);
}

#globalNavi ul li a:after {
    content: url("/ipn/arrow.png");
    font-size: 24px;
    display: inline-block;
    float: right;
    margin-right: .2em;
    height: 40px;
}

.centering {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
