/* レイアウト */
html, body {
	height:100%;
	line-height:1;
	word-break:break-all;
}

body {
	min-width:1140px;
}

#container {
	background:#ebebeb;
	min-height:100%;
	margin:0 auto;
    height:auto !important;
    height:100%;
    position:relative;
	padding-bottom:100px;
}

/*
 * アンケートテンプレートページ専用
 */
.container-survey-box {
	background:#ebebeb;
	margin:0 auto;
    position: static;
	padding-bottom:100px;
	height:auto;
}

#wrapper {
	text-align:left;
	padding-bottom:20px;
	overflow:hidden;
	padding-top:78px;
}

#footer {
	padding:14px 0 14px 0;
	margin:0 auto;
	position:fixed;
	bottom:0;
	width:100%;
}

/*フォント*/
body,
table,
textarea,
input[type="text"],
input[type="number"],
input[type="password"] {
	color:#222;
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size:14px;
}

/* リンク */
a {
	color:#08839d;
	text-decoration:none;
}

a:hover {
	color:#999;
}

/*普通じゃない色のリンク*/
#headerRight a,
#breadcrumb a {
	text-decoration:none;
}

#headerRight a {
	color:#fff;
}

#headerRight a:hover {
	color:#ddd;
}

#breadcrumb a {
	color:#93c9e5;
}

#breadcrumb a:hover {
	color:#67b3da;
}

/*イメージ*/
#headerRight #logIn span,
.homeIcon,
.listIcon,
.penIcon,
.manIcon,
.searchIcon,
.tagIcon,
.lockIcon,
.mailIcon,
.balloonIcon,
.bellIcon,
.menIcon,
.calendarIcon,
.dlIcon,
.calculatorIcon,
.home2Icon,
.settingIcon,
.bookIcon,
.graphIcon,
.saveIcon,
.arrowIcon,
.microphoneIcon,
.outIcon,
.defaultIcon,
.defaultIcon2,
.defaultIcon3 {
	background:url(../img/image.png);
}

/*アイコン設定*/
#headerRight #logIn span,
.homeIcon,
.listIcon,
.penIcon,
.manIcon,
.searchIcon,
.tagIcon,
.lockIcon,
.mailIcon,
.balloonIcon,
.bellIcon,
.menIcon,
.calendarIcon,
.dlIcon,
.calculatorIcon,
.home2Icon,
.settingIcon,
.bookIcon,
.graphIcon,
.saveIcon,
.arrowIcon,
.microphoneIcon,
.outIcon,
.defaultIcon,
.defaultIcon2,
.defaultIcon3 {
	display:block;
	float:left;
	height:16px;
	margin-right:3px;
	width:16px;
}
#help span{
	background:url(../img/help.png);
	float:left;
	height:16.3px;
	margin-right:3px;
	width:16px;
}

/*共通パーツZ-index*/
#header,
#footer {
	z-index:40;
}

#breadcrumb {
	z-index:40;
}

.menuBtn,
.menuBtnBack {
	z-index:25;
}

#navi {
	z-index:20;
}

/*共通パーツデザイン*/
.inBox {
	margin:0 auto;
	width:1140px;
}

#header {
	background:#333;
	color:#fff;
	margin:0 auto;
	position:fixed;
	width:100%;
	top:0;
}

*:first-child+html #header {
	padding-bottom:15px;
}

#header .inBox,
#breadcrumb .inBox {
	width:100%;
}

#breadcrumb .inBox {
	height:14px;
}

#breadcrumb .inBox li {
	line-height:14px;
}

#header h1 {
	font-size:143%;
	float:left;
	margin:0 0 0 20px;
	min-width:280px;
	padding:14px;
}

#headerRight {
	float:right;
	margin:0 20px 0 14px;
	padding-top:2px;
	width:800px;
}

#headerRight #help,
#headerRight #logIn,
#headerRight #name {
	float:right;
	text-align:right;
}

#headerRight #logIn {
	width:90px;
	margin-left:28px;
}

#headerRight #logIn a {
	display:inline-block;
	*display:inline;
	*zoom:1;
	height:48px;
	padding-top:14px;
}

#headerRight #name {
	width:260px;
	margin-top:14px;
}

#headerRight #help {
	width:65px;
	margin-left:28px;
}

#headerRight #help a {
	display:inline-block;
	*display:inline;
	*zoom:1;
	height:48px;
	padding-top:14px;
}

#breadcrumb {
	color:#fff;
	background:#000;
	margin-top:48px;
	padding:7px 14px;
	position:fixed;
	width:100%;
}

#breadcrumb li {
	display:inline;
	font-size:86%;
	margin-right:7px;
}

/*メニューボタン*/
.menuBtn,
.menuBtnBack {
	background:url(../img/image.png) #fff;
	border:1px solid #999;
	display:block;
	height:24px;
	width:16px;
	position:absolute;
	text-indent:-9999px;
	top:76px;
}

.menuBtn {
	background-position:-21px -97px;

}

.menuBtnBack {
	background-position:-42px -97px;
}

/*スライダー*/
.sidr {
	width:215px !important;
}

.sidr ul li span {
	padding:0 !important;
	float:left;
}

.sidr ul li {
	line-height:1 !important;
}

.sidr p {
	margin-bottom:0 !important;
}

#breadcrumb li span {
	margin-right:7px;
}

#simple-menu {
	z-index:30;
	display:none;
	top:76px;
}

#navi {
	/*background:#717171;*/
	float:left;
	width:215px;
	left:0 !important;
	top:76px !important;
}

#navi li {
	border-bottom: 1px solid #1a1a1a;
}

#navi .child li {
	border-bottom: none;
	border-top: 1px solid #1a1a1a;
}

#navi li a,
#navi li p {
	color:#fff;
	font-size:14px !important;
	display:block;
	text-decoration:none;
	padding:14px 28px 14px 14px;
	line-height:1 !important;
}

#navi li a:hover {
	background:#aaa !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	line-height:1 !important;
}

#navi li p {
	background:#555;
}

#navi li .stay {
	/*background:#3994c3 url(../img/stay.png) right no-repeat;*/
	background:#3994c3;
}

#navi li .stay:hover {
	/*background:#64acd1 url(../img/stay_hover.png) right no-repeat;*/
	background:#64acd1
}

#navi li ul li a {
	font-size:86%;
	padding:7px 0 7px 28px;
}

.homeIcon {
	background-position:-20px 0;
}

.listIcon {
	background-position:-40px 0;
}

.penIcon {
	background-position:-60px 0;
}

.manIcon {
	background-position:-80px 0;
}

.searchIcon {
	background-position:-20px -20px;
}

.tagIcon {
	background-position:-40px -20px;
}

.lockIcon {
	background-position:-60px -20px;
}

.mailIcon {
	background-position:-80px -20px;
}

.balloonIcon {
	background-position:0 -40px;
}

.bellIcon {
	background-position:-20px -40px;
}

.menIcon {
	background-position:-40px -40px;
}

.calendarIcon {
	background-position:-60px -40px;
}

.dlIcon {
	background-position:-80px -40px;
}

.calculatorIcon {
	background-position:0 -60px;
}

.home2Icon {
	background-position:-20px -60px;
}

.settingIcon {
	background-position:-40px -60px;
}

.bookIcon {
	background-position:-60px -60px;
}

.graphIcon {
	background-position:-80px -60px;
}

.saveIcon {
	background-position:0 -80px;
}

.microphoneIcon {
	background-position:-40px -80px;
}

.outIcon {
	background-position:-60px -80px;
}

.arrowIcon {
	background-position:0 -20px;
}

.defaultIcon {
	background-position:-20px -80px;
}

.defaultIcon2 {
	background-position:-80px -80px;
}

.defaultIcon3 {
	background-position:0 -100px;
}

.iconBox {
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	background:#aaa;
	height:39px;
	margin-right:14px;
	width:44px;
}

.iconBox span {
	float:none;
	margin:12px auto 0 auto;
}

#contents {
	padding:14px 0 56px 0;
}

#contents h2 {
	font-size:186%;
	font-weight:normal;
	margin-bottom:14px;
}

#contents h3 {
	font-size:139%;
	font-weight:normal;
	line-height:1.4;
	margin-bottom:14px;
}

#footer {
	background:#333;
	color:#fff;
	font-size:72%;
	font-weight:bold;
	padding:7px 0;
	text-align:center;
}

/*list*/
.listIl li {
	display:inline;
	margin-right:30px;
}

.linkList li {
	float:left;
	margin-right:30px;
}

.textLink span,
.linkList span {
	background-position:-70px 0;
	display:block;
	float:left;
	height:14px;
	width:16px;
}

/*text*/
.textBox,
.notes {
	line-height:1.4;
}

.textBox {
	margin-bottom:14px;
}

.notes {
	font-size:93%;
	margin-top:4px;
}

.detailLink {
	margin-left:15px;
}

/*メッセージ*/
#finishMessage,
#confirmMessage,
#waitingMessage {
	line-height:1.4;
	font-size: 	122%;
	margin-bottom:28px;
	text-align:center;
}

.cautionMessage {
	color:#c00;
}

.cautionMessage a{
	color:#c00;
	text-decoration:underline;
}

#waitingMessage .cautionMessage {
	margin-top:14px;
}

.conditionBox {
	background:#e1e1e0;
	border-radius:2px;
	border:1px solid #ccc;
	margin-bottom:28px;
	padding:14px;
}

.conditionBox table {
	margin-bottom:14px;
}

.hide {
	display:none;
}

.comment-balloon {
	min-width: 40px;
	max-width: 400px;
	max-height: 250px;
	overflow: auto;
	padding: 1em 2em 2em 1em;
	border: solid 1px #777;
	box-shadow: 4px 4px 4px #555;
	color: #666;
	background-color: #efefef;
	z-index: 32767;
	text-align: left;
	zoom: 1;
}

input.disabled,
textarea.disabled {
	color:#ccc;
	background-color:#eee;
}
