@charset "utf-8";

/* normalize */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

small {
  font-size: 80%;
}

big {
	font-size: 130%;
}


sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 10;
}

th {
	text-align: center;
}

div {
	text-indent: 0;
}

.ro {
	display: none;
	font-size: 1px;
}

audio {
	vertical-align: middle;
	width: 100%;
}

/* original */

body {
	font-size:75%;
	line-height:1.5;
	color:#333;
	font-family:"Meiryo","メイリオ","ヒラギノ角ゴ Pro W3", Verdana, "ＭＳ Ｐゴシック",Arial, Osaka, sans-serif;
}

#wrapper {
	background-color: white;
	width: 95%;
	min-width: 700px;
	max-width: 950px;
	margin: 0 auto;
}

#header {
	position: relative;
/*	font-size: 102%;*/
/*	margin-bottom: 9px;*/
}

#header a:hover>img, #right_cts a:hover>img {
	opacity: 0.6;
	-ms-filter: "alpha(opacity=60)";
}

#navicon {
	display: none;
}

.ie7 #navi {
	min-height: 96px;
}

#gokan {
	display: none;
}

.ie7 #gokan {
	display: block;
	position: absolute;
	top: 60px;
	left: 20px;
	padding: 5px 10px;
	background-color: yellow;
	border: 1px solid black;
}

.link-l {
	position: absolute;
	top: 0;
	left: 0;
	width: 205px;
	padding-top: 5px;
	float: left;
	z-index: 10;
}

.link-l>a {
	display: block;
}

a.kensui {
	margin-top: 6px;
	width: 95px;
}

a.kensui>img {
	width: 95px;
	box-shadow: 1px 1px 1px 0px #999;
}

#logo {
	margin: 0 auto;
	position: relative;
	height: 140px;
}

#logo>img {
	position: absolute;
	bottom: -82px;
	left: 3%;
	max-width: 670px;
	width: 74%;
}

#logo>.desc {
	width: 18%;
	max-width: 170px;
	text-align: right;
	position: absolute;
	top: 150px;
	left: 3%;
	font-size: 125%;
	font-weight: bold;
}

#logo>.desc>small {
	font-size: 60%;
	font-weight: normal;
}

#logo>.slogan {
	position: absolute;
	top: 20px;
	left: 370px;
}

#logo>.slogan>img {
	max-width: 50%;
}

.link-r {
	position: absolute;
	top: 0;
	right: 0;
	width: 228px;
	float: right;
	padding-top: 5px;
	z-index: 10;
}
.link-r .gsc-control-cse {
    padding: 0;
}
.link-r>form {
	background: url(../images/input.png) no-repeat top left;
    margin: 0;
    padding: 0 0 0 10px;
}

.link-r input[type="text"] {
	outline: none;
    margin-top: 2px;
    margin-right: 7px;
    width: 170px;
}

.link-r input {
	border: none;
	vertical-align: middle;
}

.link-r>ul {
	color: #666;
/*	font-size: 95%;*/
/*	width: 12em; */
	margin: 22px 0 0 auto;
	list-style-image: url(/images/ya.gif);
}

.link-r>ul>li {
	height: 1.6em;
}

.link-r>ul>li>a {
	text-decoration: none;
	color: #666;
}

.link-r>ul>li>a:hover {
	text-decoration: underline;
}

ul.moji {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.moji>li {
	/*float: left;*/
	display: inline;
}

.moji>li>a {
	border: 1px solid #d74;
	border-radius: 1em;
	padding: 0 0.3em;
	text-decoration: none;
	margin: 0 0.2em;
	color: #666;
}

.moji>li>a:hover {
	background-color: #fed;
}


#small {
	font-size: 95%;
}

/*#normal {
	font-size: 95%;
}*/

#large {
	font-size: 105%;
}

#header>h1 {
	background-color: #fec667;
	border-top: 5px solid #eb6000;
	color: black;
	font-weight: bold !important;
	text-shadow:
		 1px 1px 1px #fff,
		-1px -1px 1px #fff,
		-1px 1px 1px #fff,
		1px -1px 1px #fff,
		 2px 2px 1px #fff,
		-2px -2px 1px #fff,
		-2px 2px 1px #fff,
		2px -2px 1px #fff,
		2px 3px 1px #333,
		3px 2px 1px #333;
	font-size: 200%;
/*	text-align: center;*/
	margin: 1px 0 0 0;
	padding: 18px 6px 18px 35%;
/*	color: #695547;*/
	font-weight: normal;
	line-height: 1;
	/*font-family: "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, "メイリオ", Arial, sans-serif;*/
	letter-spacing: 0.05em;
}

#header>h1>small {
	font-size: 50%;
}

#topimage {
	position: relative;
	line-height: 0;
}

#topimage>img {
	width: 100%;
}

#topimage>p {
	position: absolute;
	color: white;
	text-shadow: 1px 1px 7px #222,
		-1px -1px 7px #222,
		-1px 1px 7px #222,
		1px -1px 7px #222;
	font-size: 170%;
	margin: 0;
	font-weight: 400;
	line-height: 1;
	width: 100%;
	padding: 4px 0;
	left: 0;
	bottom: 30%;
	height: 40px;
	text-align: center;
/*
font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";*/
}

#topimage>p.center {
	font-size: 190%;
}

.ie8 #topimage>p.center {
	background: url(../images/message1.gif) no-repeat center center;
	text-indent: -9999px;
}

.ie8 #topimage>p.rb {
	background: url(../images/message2.gif) no-repeat center center;
	text-indent: -9999px;
}

#top_navi {
	position: relative;
	/*margin-top: 21px;*/
	width: 100%;
	font-weight: 700;
	background-color: #f6ab00;
	padding: 0 0 5px 0;
	font-size: 110%;
	margin-top: 5px;
}

#top_navi>ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
	position: relative;
	line-height: 1.4;
}

#top_navi>ul:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
}

#top_navi>ul>li {
	float: left;
	/*display: inline-block;*/
	max-width: 25%;
	margin: 0 0 0 0.5%;
}

#top_navi li.home,#top_navi li.about,#top_navi li.authorization,#top_navi li.application {
	width: 24.5%;
}


#top_navi>ul>li:first-child {
	margin-left: 0;
}

#top_navi li>a {
	text-decoration: none;
	color: #333;
	display: block;
	text-align: center;
	padding: 1em 1em;
	width: 100%;
	height: 3.1em;
	box-sizing: border-box;
	border-radius: 5px 5px 0 0;
	background-color: #f0f0f0;
}

#top_navi li.about>a,#top_navi li.authorization>a,#top_navi li.application>a {
	padding-top: 3px;
}

#top_navi li>a>div  {
	display: inline-block;
	text-align: left;
}

#top_navi li.home>a {
	background-color: #f7ab00;
}

#top_navi li.about>a,.about #top_navi {
	background-color: #c4d61b;
}

#top_navi li.authorization>a,.authorization #top_navi {
	background-color: #fac;
}

#top_navi li.application>a,.application #top_navi {
	background-color: #F7E773;
}


#top_navi li a:hover {
	color: white;
}

#top_navi li.home>a:hover {
	background-color: #c70;
}
#top_navi li.about>a:hover {
	background-color: #890;
}
#top_navi li.authorization>a:hover {
	background-color: #e7a;
}
#top_navi li.application>a:hover {
	background-color: #B9AC55;
}



#blockskip {
	display: none;
}

ul#pankuzu {
	list-style: none;
	padding: 0;
	margin: 0 0 0 15px;
	font-size: 110%;
	line-height: 1.6;
	font-weight: bold;

}

ul#pankuzu:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

#pankuzu li {
	display: inline;
	color: #333;
	padding: 0;
}

#pankuzu li a {
	position: relative;
	display: inline;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	padding-right: 1em;
}

#pankuzu li a:hover {
	text-decoration: underline;
}

#pankuzu li.top {
	padding-left: 0;
}

#pankuzu li:last-child {
	vertical-align: bottom;
	/*display: inline;*/
}

#pankuzu li a:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 5px;
	right: 0;
	vertical-align: -15%;
	margin-left: 0.6em;
	display: block;
	border-left: 0.67em solid #888;
	border-top: 0.45em solid transparent;
	border-bottom: 0.45em solid transparent;
}

#pankuzu li a:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 5px;
	right: 1px;
	vertical-align: -15%;
	margin-left: 0.6em;
	display: block;
	border-left: 0.67em solid #f7f0df;
	border-top: 0.45em solid transparent;
	border-bottom: 0.45em solid transparent;
}

#body:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
}


#footer {
	margin-bottom: 5px;
	border-top: 5px solid #eb6000;
	padding-top: 5px;
}

ul#ftlink1 {
	list-style: none;
	margin: 0;
	font-size: 95%;
	text-align: center;
	float: right;
	padding-left: 0;
}

ul#ftlink1 li {
	position: relative;
	display: inline-block;
	padding: 1px 0 4px;
	margin: 0;
}

ul#ftlink1 li:after {
	content: '●';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 120%;
	color: #e60;
}

.ie7 ul#ftlink1 li {
	display: inline;
}

ul#ftlink1 li a {
	padding: 4px 3px 4px 1.2em;
	text-decoration: none;
	color: #e60;
}

ul#ftlink1 li a:hover {
	text-decoration: underline;
}

#footer>address, #footer>div {
	margin-left: 0.5em;
	font-style: normal;
}

#footer>address {
	font-weight: bold;
}

div.copy {
	clear: both;
}

h2, h3, h4, h5, h6, p, ul {
	margin: 0.5em 0;
}

#body {
	background-color: #F7F0DF;
	padding-bottom: 20px;
	padding-top: 8px;
}

#wrap2 {
/*width: 100%;
	margin-left: -225px;
	float: right;
	margin-top: 15px;*/
}

#main_cts {
/*	margin-left: 200px;*/
	margin-top: 7px;
	width: 97%;
	max-width: 725px;
	padding-right: 3%;
	min-height: 300px;
	float: right;
}

#main_cts td {
	height: 40px !important;
}

#center_cts {
	margin-top: 8px;
	width: 100%;
	margin-right: -220px;
	float: left;
}

#center_cts>* {
	margin-left: 40px !important;
	margin-right: 256px !important;
}

#right_cts {
	margin-top: 7px;
	width: 200px;
	float: left;
	padding-right: 5px;
}

#left_cts {
	float: right;
	width: 185px;
	margin-top: 7px;
}

#center_cts>h2:first-child, #main_cts>h2:first-child {
	margin-top: 0;
}

#center_cts>h2, #main_cts>h2 {
	position: relative;
	padding: 0.6em 1em 0.4em 1.3em;
	font-size: 150%;
	line-height: 1;
	margin-bottom: 0;
}

.rbox {
	border: 1px solid #d74;
	box-shadow: 1px 1px 2px #d74;
	padding: 0.3em 1.5em;
	background-color: white;
	border-radius: 1em;
	font-size: 120%;
	margin-top: 0.5em;
	min-height: 200px;
}

#center_cts>h2:before, #main_cts>h2:before {
	content: '■';
	font-size: 150%;
	display: inline-block;
	line-height: 1;
	position: absolute;
	top: 0.2em;
	left: -0.2em;
	color: #d74;
}

.rbox>h4 {
	position: relative;
	padding-left: 1.2em;
	margin-top: 1em;
}

.rbox>h4:before {
	content: '●';
	font-size: 140%;
	display: inline-block;
	line-height: 1;
	position: absolute;
	top: 0;
	left: -0.2em;
	color: #d74;
}


.ie8 #center_cts>h2:before, .ie8 #main_cts>h2:before {
	font-size: 220%;
}


#center_cts>dl {
	padding-left: 10px;
	font-size: 120%;
}

.topics>dt:before {
	content: '■';
	display: inline;
}

.topics>dd {
	margin-left: 0;
	margin-bottom: 20px;
}

.topics>dd>a {
	text-decoration: none;
	color: #d74;
}

.topics>dd>a:hover {
	text-decoration: underline;
}

.sitemap>dt {
	margin-top: 10px;
	padding-top: 10px;
	font-size: 105%;
	clear: both;
}

.sitemap>dt:before {
	content: '■';
}

.sitemap>dd {
	float: left;
	width: 10em;
	margin-bottom: 3px;
}

.sitemap>dd.em20 {
	width: 20em;
}

.sitemap>dd:before {
	content: '●';
	color: #d74;
}


.sitemap>dd>a {
	color: #d74;
	text-decoration: none;
}

.sitemap>dd>a:hover {
	text-decoration: underline;
}



#main_cts>* {
	margin-left: 20px;
	font-size: 120%;
}

#main_cts>p {
	line-height: 1.7;
	margin-top: 0.2em;
}

#main_cts>h3 {
	font-size: 140%;
}

.rbox>h3.title {
	text-align: center;
	color: #d74;
}

#main_cts>h4 {
	font-size: 130%;
}

#main_cts>h5 {
	font-size: 125%;
	color: #e80;
	margin-bottom: 0;
	margin-top: 0.5em;
}

h5+ul {
	margin-top: 0;
}

h3>span {
	background-color: #d74;
	color: white;
	border-radius: 1em;
	padding: 0 0.25em;
	margin-right: 0.5em;
}

h3.square>span {
	border-radius: 0.4em;
	font-size: 120%;
}

h3.square {
	min-height: 3em;
	text-indent: -2.5em;
	padding-left: 2.5em;
	margin-left: 2em;
}

h3>small {
	font-weight: normal;
}

span.arw {
	position: relative;
}

span.arw:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	bottom: -20px;
	right: 0.3em;
	display: block;
	border-top: 0.67em solid #999;
	border-left: 0.45em solid transparent;
	border-right: 0.45em solid transparent;
}

dl.toi {
	margin-left: 2.5em;
}

.toi>dt {
	color: white;
	background-color: #d74;
	border-radius: 1em;
	display: inline-block;
	padding: 0 0.8em;
	vertical-align: top;
}

.toi>dd {
	display: inline-block;
	margin-left: 1em;
}

.toi>dd>big {
	font-size: 120%;
	font-weight: bold;
}

.toi>dd>small {
	font-size: 90%;
}

.roundbox {
	font-size: 110%;
	margin-left: 2.2em;
	margin-bottom: 0.5em;
	padding: 1px 8% 0;
	border: 1px solid #d74;
	border-radius: 0.6em;
	color: #d74;
	display: inline-block;
}


#main_cts>h3~p, #main_cts>h3~div, #main_cts>h3~h4, #main_cts>h3~h5 {
	margin-left: 40px;
}

#main_cts>h3~table {
	width: 93.5%;
	margin-left: 6%;
}

#main_cts>h3.circle {
	position: relative;
	margin-left: 40px;
	margin-bottom: 0.1em;
}

h3.circle:after {
	content: '●';
	display: inline;
	position: absolute;
	top: -0.15em;
	font-size: 120%;
	left: -1.0em;
	color: #d74;
}

.sub>h3.atn {
	font-size: 105%;
	margin-bottom: 0.2em;
	text-indent: -0.5em;
}

div.sub {
	margin-top: 2em;
}

.ie8 h3.circle:after {
	font-size: 170%;
}

h3+p {
	margin-top: 0.1em;
}


#main_cts img {
	max-width: 100%;
}

#main_cts>table {
	width: 96%;
	font-size: 120%;
	margin-left: 3%;
	box-sizing: border-box;
}

#main_cts>table th, #main_cts>table td {
	border: 1px solid #d74;
	padding: 2px 6px;
}

#main_cts>table th {
	padding: 2px;
}

.leftnavi {
/*	background-color: #fe5;*/
	background-color: #dba;

	margin-left: 5px;
}

.screening .leftnavi {
	background-color: #f1c6a0;
}

.application .leftnavi {
	background-color: #de9;
}

.authorization .leftnavi {
	background-color: #fbd;
}

.home .leftnavi {
	background-color: #9df;
}



.leftnavi>h2 {
	margin-top: 0;
	font-size: 120%;
	padding: 7px 8px 0 9px;
	text-align: center;
}

.ws2 {
	letter-spacing: 0.2em;
}
.ws3 {
	letter-spacing: 0.39em;
}

.leftnavi>ul {
	list-style:none;
	width: 165px;
	margin: 0 auto;
	padding: 0 0 5px 0;
}

.leftnavi>ul>li {
/*	height: 35px;*/
	margin: 3px 0;
	font-weight: bold;
}

.leftnavi>ul>li>a {
	display: block;
	border: 1px solid #ccc;
	background-color: #f2f4e1;
/*	height: 100%;*/
	padding: 11px 0 10px 10px;
	box-sizing: border-box;
	background: linear-gradient(to bottom,#fdfef3 0%,#f2f4e1 50%,#eaeacf 100%);
	background: -webkit-linear-gradient(top,#fdfef3 0%,#f2f4e1 50%,#eaeacf 100%);
	text-decoration: none;
	color: #666;
	line-height: 1;
}

.leftnavi>ul>li>a:hover {
	color: #fff;
	background-color: #777;
	background: linear-gradient(to bottom,#333 0%,#777 50%,#333 100%);
    background: -webkit-linear-gradient(top,#333 0%,#777 50%,#333 100%);
}

#right_cts h2 {
	position: relative;
	height: 29px;
	border: 2px solid #aaa;
	padding: 7px 0 0 10px;
	color: #fff;
	font-size: 17px;
	/*border-radius: 6px;*/
	background-color: #555;
	background: linear-gradient(to bottom,#333 0%,#777 50%,#333 100%);
	background: -webkit-linear-gradient(top,#333 0%,#777 50%,#333 100%);
}

#right_cts h2 a {
	text-decoration: none;
	color: #fff;
}

#right_cts h2 {
	margin-bottom: 6px;
}

#right_cts>div {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 8px;
}

#right_cts>ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

#right_cts>ul>li {
	margin-bottom: 3px;
}

#right_cts>ul>li>a {
	display: block;
}

li.download>img {
	max-width: 100%;
	display: block;
}

li.download>a {
	border: 1px solid #ccc;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #666;
	font-size: 15px;
	font-weight: 700;
	padding: 8px 0 5px 0;
	color: #fff;
	background-color: #666;
	background: linear-gradient(to bottom,#333 0%,#777 50%,#333 100%);
    background: -webkit-linear-gradient(top,#333 0%,#777 50%,#333 100%);

	line-height: 1.1;
	margin-top: 5px;
	border-radius: 7px;
}

li.download>a>img {
	vertical-align: middle;
}

li.download>a:hover {
	color: #444;
	background-color: #fe9;
	background: linear-gradient(to bottom,#ed5 0%,#fe9 50%,#ed5 100%);
    background: -webkit-linear-gradient(top,#ed5 0%,#fe9 50%,#ed5 100%);
}

ul>li {
	margin-bottom: 0.3em;
}


.cbox {
	display: inline-block;
	border: 2px solid #fb0;
	border-radius: 0.5em;
	text-align: center;
	padding: 1em;
	min-width: 60%;
}

.cbox>img {
	margin: 10px 20px;
}

.box {
	display: inline-block;
	border: 1px solid #fb0;
	margin-top: 1em;
	margin-bottom: 1em;
}

.box>h4 {
	margin: 0;
	background-color: #FDECD0;
	border-bottom: 1px solid #fb0;
	padding: 0.3em 1em 0.2em;
	font-size: 110%;
}

.box>ul {
	margin: 0.5em 1em 0.5em 0;
}

.box>ul>li {
	margin-bottom: 0.5em;
}

.hi2 {
	text-indent: -2em;
	padding-left: 2em;
}

.skip {
	display: none;
}

.em5>dd {
	margin-top: -1.5em;
	margin-left: 5em;
	/*text-indent: 0;*/
}

dl.box {
	padding: 1em;
}

.nonum {
	list-style: none;
}

.icon {
	width: 1.3em;
	margin-left: 0.1em;
}

ul.sankaku {
	list-style: none;
	padding-left: 0;
	border-top: 1px dotted #ea6;
	padding-top: 5px;
}

.sankaku>li {
	position: relative;
	border-bottom: 1px dotted #ea6;
	padding-left: 1em;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.sankaku>li:before {
	position: absolute;
	top: 0.4em;
	left: 0.1em;
	content: '';
	display: block;
	border-left: 0.6em solid #ea6;
	border-top: 0.5em solid transparent;
	border-bottom: 0.5em solid transparent;
}

.sankaku>li>img {
	max-width: 150px !important;
	float: right;
}

.sankaku>li:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
}

.sankaku>li>.target {
	text-align: right;
}

.example {
	border: 2px solid #fb2;
	border-radius: 0.5em;
	max-width: 38em;
}

.example>h4 {
	border: 2px solid #fb2;
	border-radius: 1em;
	text-align: center;
	margin: -0.7em auto 1em 40px;
	width: 18em;
	background-color: #FDECD0;
	font-size: 120%;
	padding: 0.1em;
}

.example>p {
	margin: 0 2em 0 40px;
	font-size: 92%;
}

.model1, .model2 {
	border: 2px solid #A7D397;
	border-radius: 0.5em;
	margin: 2em;
}

.model2 {
	border-color: #9FD8F7;
}

.model1>h5, .model2>h5 {
	border: 2px solid #A7D397;
	border-radius: 0.5em;
	margin: -1em 2em 1em 2em;
	background-color: #A7D397;
	font-size: 105%;
	padding: 0.2em 0.7em 0.1em;
}

.model2>h5 {
	border-color: #9FD8F7;
	background-color: #9FD8F7;
}

.model1>ul, .model2>ul {
	padding-left: 2em;
	list-style: none;
}

.model1>ul>li>span, .model2>ul>li>span {
	background-color: #A7D397;
	color: white;
	border-radius: 1em;
	padding: 0 0.3em;
	font-weight: bold;
}

.model2>ul>li>span {
	background-color: #9FD8F7;
}


.model1>ul>li>dl, .model2>ul>li>dl {
	margin: 0.2em 0 0 2.5em;
	font-size: 90%;
}

.model1>ul>li>dl>dt, .model2>ul>li>dl>dt {
	border: 1px solid #a7d397;
	border-radius: 1em;
	width: 3.05em;
	padding: 0.1em 0.5em 0;
}

.model2>ul>li>dl>dt {
	border-color: #9FD8F7;
}

.model1>ul>li>dl>dd, .model2>ul>li>dl>dd {
	margin: -1.7em 0 0 5.2em;
	font-size: 90%;
}

.intro {
	font-size: 115%;
	line-height: 1.7;
}

.bsd {
	box-shadow: 1px 1px 1px 0px #999;
}

.paren {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-radius: 0.5em;
	text-align: center;
	font-size: 90%;
	line-height: 1.4;
	margin: 0 auto;
	width: 17em;
	max-width: 205px;
}

.dline {
	background: url(/images/dline.gif) repeat-x center;
}

.attn {
	font-size: 110%;
	margin-left: 7.2em;
	margin-bottom: 0.5em;
	padding: 0 8% 0;
	color: #e00;
	font-weight: bold;
}

@media only screen and (max-width:32em)  {
	#wrapper {
		min-width: auto;
		width: 100%;
	}
	#body {
		padding-left: 10px;
		padding-right: 10px;
	}
	#center_cts {
		float: none;
		margin-right: 0;
	}
	#center_cts>* {
		margin: 0 !important;
	}
	#right_cts {
		float: none;
		margin: 7px auto 0;
		padding-right: 0;
	}
	#main_cts {
		width: 100%;
		padding-right: 0;
		float: none;
	}
	#main_cts>* {
		margin-left: 0;
	}
	ul#pankuzu {
		margin-left: 0;
	}
	h3.square, dl.toi {
		margin-left: 0;
	}
	#top_navi li.home, #top_navi li.about, #top_navi li.authorization, #top_navi li.application {
		width: 50%;
	}
	#top_navi>ul>li {
		max-width: 50%;
		margin: 0;
	}
	#logo>img {
		display: none;
	}
	#header>h1 {
		position: relative;
	}
	#header>h1:after {
		content: '';
		position: absolute;
		width: 33%;
		height: 100%;
		top: 13%;
		left: 0;
		background: url(../images/desukaman_s.png) no-repeat;
		background-size: contain;
	}
	.link-l {
		width: 50%;
	}
	.link-r {
		width: 50%;
	}
	.link-r input[type="text"] {
		max-width: 77%;
		background-color: transparent;
	}
	.link-r input[type="image"] {
		max-width: 15%;
	}
	.link-r>form {
		background-size: 100% 100%;
	}
	.link-r>ul {
		padding-left: 2em;
	}
}